Class: Aws::CloudWatch::Types::UpdateResourceMetricsConfigurationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb

Overview

Returns the updated resource metrics configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_metrics_configuration ⇒ Types::ResourceMetricsConfiguration

The resource metrics configuration after the update was applied.



6533
6534
6535
6536
6537
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6533

class UpdateResourceMetricsConfigurationOutput < Struct.new(
  :resource_metrics_configuration)
  SENSITIVE = []
  include Aws::Structure
end