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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1591
1592
1593
1594
1595
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1591

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