Class: Aws::Connect::Types::DescribeMetricRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


11257
11258
11259
11260
11261
11262
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11257

class DescribeMetricRequest < Struct.new(
  :instance_id,
  :metric_id)
  SENSITIVE = []
  include Aws::Structure
end

#metric_idString

The identifier of the metric to describe. Adding the $SAVED qualifier will describe the saved version of the metric. Adding $LATEST or omitting a qualifier will describe the published version.

Returns:

  • (String)


11257
11258
11259
11260
11261
11262
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11257

class DescribeMetricRequest < Struct.new(
  :instance_id,
  :metric_id)
  SENSITIVE = []
  include Aws::Structure
end