Class: Aws::CloudWatchOmni::Types::CreateOmniDashboardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::CreateOmniDashboardInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
The dashboard definition, as a JSON document.
-
#client_token ⇒ String
Idempotency token for safe retries.
-
#description ⇒ String
An optional description of the dashboard.
-
#name ⇒ String
A name that identifies the dashboard.
-
#space_id ⇒ String
The unique ID of the space to create the dashboard in.
-
#tags ⇒ Hash<String,String>
The tags to associate with the dashboard.
Instance Attribute Details
#body ⇒ String
The dashboard definition, as a JSON document. Maximum 1 MiB.
1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1185 class CreateOmniDashboardInput < Struct.new( :space_id, :name, :body, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Idempotency token for safe retries. Repeated requests with the same token return the original result instead of creating a duplicate.
A suitable default value is auto-generated. You should normally not need to pass this option.
1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1185 class CreateOmniDashboardInput < Struct.new( :space_id, :name, :body, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description of the dashboard.
1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1185 class CreateOmniDashboardInput < Struct.new( :space_id, :name, :body, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the dashboard.
1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1185 class CreateOmniDashboardInput < Struct.new( :space_id, :name, :body, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the space to create the dashboard in.
1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1185 class CreateOmniDashboardInput < Struct.new( :space_id, :name, :body, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to associate with the dashboard.
1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1185 class CreateOmniDashboardInput < Struct.new( :space_id, :name, :body, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |