Class: Aws::CloudWatchOmni::Types::CreateOmniDashboardInput

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

#bodyString

The dashboard definition, as a JSON document. Maximum 1 MiB.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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

#descriptionString

An optional description of the dashboard.

Returns:

  • (String)


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

#nameString

A name that identifies the dashboard.

Returns:

  • (String)


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_idString

The unique ID of the space to create the dashboard in.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags to associate with the dashboard.

Returns:

  • (Hash<String,String>)


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