Class: Aws::CloudWatch::Types::GetDashboardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetDashboardInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_name ⇒ String
The name of the dashboard to be described.
Instance Attribute Details
#dashboard_name ⇒ String
The name of the dashboard to be described.
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 |