Class: Aws::CloudWatchOmni::Types::GetOmniDashboardInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_id ⇒ String

The unique ID of the dashboard.

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2286

class GetOmniDashboardInput < Struct.new(
  :space_id,
  :dashboard_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_id ⇒ String

The unique ID of the space.

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2286

class GetOmniDashboardInput < Struct.new(
  :space_id,
  :dashboard_id)
  SENSITIVE = []
  include Aws::Structure
end