Class: Aws::CloudWatch::Types::GetDashboardInput

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

#dashboard_nameString

The name of the dashboard to be described.

Returns:

  • (String)


1149
1150
1151
1152
1153
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1149

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