Class: Aws::CloudWatch::Types::GetResourceMetricsConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetResourceMetricsConfigurationInput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Specifies the resource ARN for a GetResourceMetricsConfiguration
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services resource to retrieve the resource metrics configuration for.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services resource to retrieve the resource metrics configuration for.
2339 2340 2341 2342 2343 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2339 class GetResourceMetricsConfigurationInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |