Class: Aws::CloudWatchOmni::Types::UpdateOmniDashboardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::UpdateOmniDashboardInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
The new dashboard definition, as a JSON document.
-
#dashboard_id ⇒ String
The unique ID of the dashboard.
-
#description ⇒ String
A new description of the dashboard.
-
#name ⇒ String
A new name for the dashboard.
-
#space_id ⇒ String
The unique ID of the space.
Instance Attribute Details
#body ⇒ String
The new dashboard definition, as a JSON document. Maximum 1 MiB. Omit to leave unchanged.
5074 5075 5076 5077 5078 5079 5080 5081 5082 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5074 class UpdateOmniDashboardInput < Struct.new( :space_id, :dashboard_id, :body, :name, :description) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The unique ID of the dashboard.
5074 5075 5076 5077 5078 5079 5080 5081 5082 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5074 class UpdateOmniDashboardInput < Struct.new( :space_id, :dashboard_id, :body, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A new description of the dashboard. Omit to leave unchanged.
5074 5075 5076 5077 5078 5079 5080 5081 5082 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5074 class UpdateOmniDashboardInput < Struct.new( :space_id, :dashboard_id, :body, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the dashboard. Omit to leave unchanged.
5074 5075 5076 5077 5078 5079 5080 5081 5082 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5074 class UpdateOmniDashboardInput < Struct.new( :space_id, :dashboard_id, :body, :name, :description) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the space.
5074 5075 5076 5077 5078 5079 5080 5081 5082 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5074 class UpdateOmniDashboardInput < Struct.new( :space_id, :dashboard_id, :body, :name, :description) SENSITIVE = [] include Aws::Structure end |