Class: Aws::CloudWatch::Types::GetResourceMetricsConfigurationInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_arn ⇒ String

The Amazon Resource Name (ARN) of the Amazon Web Services resource to retrieve the resource metrics configuration for.

Returns:

  • (String)


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