Class: Aws::Connect::Types::DeleteMetricRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteMetricRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#metric_id ⇒ String
The identifier of the metric to delete.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
9883 9884 9885 9886 9887 9888 |
# File 'lib/aws-sdk-connect/types.rb', line 9883 class DeleteMetricRequest < Struct.new( :instance_id, :metric_id) SENSITIVE = [] include Aws::Structure end |
#metric_id ⇒ String
The identifier of the metric to delete.
9883 9884 9885 9886 9887 9888 |
# File 'lib/aws-sdk-connect/types.rb', line 9883 class DeleteMetricRequest < Struct.new( :instance_id, :metric_id) SENSITIVE = [] include Aws::Structure end |