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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the CloudWatch dashboard.

Returns:

  • (String)


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