Class: Aws::ServiceCatalog::Types::CloudWatchDashboard

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a CloudWatch dashboard.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the CloudWatch dashboard.

Returns:

  • (String)


372
373
374
375
# File 'lib/aws-sdk-servicecatalog/types.rb', line 372

class CloudWatchDashboard < Struct.new(
  :name)
  include Aws::Structure
end