Class: Aws::CloudWatch::Types::GetDashboardOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_arnString

The Amazon Resource Name (ARN) of the dashboard.

Returns:

  • (String)


512
513
514
515
516
517
# File 'lib/aws-sdk-cloudwatch/types.rb', line 512

class GetDashboardOutput < Struct.new(
  :dashboard_arn,
  :dashboard_body,
  :dashboard_name)
  include Aws::Structure
end

#dashboard_bodyString

The detailed information about the dashboard, including what widgets are included and their location on the dashboard. For more information about the ‘DashboardBody` syntax, see CloudWatch-Dashboard-Body-Structure.

Returns:

  • (String)


512
513
514
515
516
517
# File 'lib/aws-sdk-cloudwatch/types.rb', line 512

class GetDashboardOutput < Struct.new(
  :dashboard_arn,
  :dashboard_body,
  :dashboard_name)
  include Aws::Structure
end

#dashboard_nameString

The name of the dashboard.

Returns:

  • (String)


512
513
514
515
516
517
# File 'lib/aws-sdk-cloudwatch/types.rb', line 512

class GetDashboardOutput < Struct.new(
  :dashboard_arn,
  :dashboard_body,
  :dashboard_name)
  include Aws::Structure
end