Class: Aws::CloudWatchOmni::Types::GetOmniDashboardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetOmniDashboardInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_id ⇒ String
The unique ID of the dashboard.
-
#space_id ⇒ String
The unique ID of the space.
Instance Attribute Details
#dashboard_id ⇒ String
The unique ID of the dashboard.
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.
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 |