Class: Aws::CloudWatch::Types::GetResourceMetricsConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetResourceMetricsConfigurationOutput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Returns the current resource metrics configuration for the specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_metrics_configuration ⇒ Types::ResourceMetricsConfiguration
The resource metrics configuration for the specified resource.
Instance Attribute Details
#resource_metrics_configuration ⇒ Types::ResourceMetricsConfiguration
The resource metrics configuration for the specified resource.
2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2354 class GetResourceMetricsConfigurationOutput < Struct.new( :resource_metrics_configuration) SENSITIVE = [] include Aws::Structure end |