Class: Aws::ServiceCatalog::Types::CloudWatchDashboard
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CloudWatchDashboard
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a CloudWatch dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the CloudWatch dashboard.
Instance Attribute Details
#name ⇒ String
The name of the CloudWatch dashboard.
397 398 399 400 401 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 397 class CloudWatchDashboard < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |