Class: Aws::CloudWatch::Types::GetMetricStreamInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the metric stream to retrieve information about.

Returns:

  • (String)


1524
1525
1526
1527
1528
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1524

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