Class: Aws::CloudWatch::Types::GetDashboardInput

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

Overview

Note:

When making an API call, you may pass GetDashboardInput data as a hash:

{
  dashboard_name: "DashboardName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_nameString

The name of the dashboard to be described.

Returns:

  • (String)


490
491
492
493
# File 'lib/aws-sdk-cloudwatch/types.rb', line 490

class GetDashboardInput < Struct.new(
  :dashboard_name)
  include Aws::Structure
end