Class: Aws::CloudWatch::Types::GetDashboardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetDashboardInput
- Defined in:
- gems/aws-sdk-cloudwatch/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.
1162 1163 1164 1165 1166 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1162 class GetDashboardInput < Struct.new( :dashboard_name) SENSITIVE = [] include Aws::Structure end |