Class: Aws::Connect::Types::CreateMetricResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateMetricResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_arn ⇒ String
The Amazon Resource Name (ARN) of the metric.
-
#metric_id ⇒ String
The identifier of the metric.
Instance Attribute Details
#metric_arn ⇒ String
The Amazon Resource Name (ARN) of the metric.
6786 6787 6788 6789 6790 6791 |
# File 'lib/aws-sdk-connect/types.rb', line 6786 class CreateMetricResponse < Struct.new( :metric_arn, :metric_id) SENSITIVE = [] include Aws::Structure end |
#metric_id ⇒ String
The identifier of the metric.
6786 6787 6788 6789 6790 6791 |
# File 'lib/aws-sdk-connect/types.rb', line 6786 class CreateMetricResponse < Struct.new( :metric_arn, :metric_id) SENSITIVE = [] include Aws::Structure end |