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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_nameString

The name of the dashboard to be described.

Returns:

  • (String)


1071
1072
1073
1074
1075
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1071

class GetDashboardInput < Struct.new(
  :dashboard_name)
  SENSITIVE = []
  include Aws::Structure
end