Class: Aws::CloudWatchOmni::Types::DeleteOmniDashboardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::DeleteOmniDashboardInput
- 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.
1538 1539 1540 1541 1542 1543 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1538 class DeleteOmniDashboardInput < Struct.new( :space_id, :dashboard_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the space.
1538 1539 1540 1541 1542 1543 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1538 class DeleteOmniDashboardInput < Struct.new( :space_id, :dashboard_id) SENSITIVE = [] include Aws::Structure end |