Class: Aws::Connect::Types::CreateMetricResponse

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

#metric_arnString

The Amazon Resource Name (ARN) of the metric.

Returns:

  • (String)


6771
6772
6773
6774
6775
6776
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6771

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

#metric_idString

The identifier of the metric.

Returns:

  • (String)


6771
6772
6773
6774
6775
6776
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6771

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