Class: Aws::CloudWatchOmni::Types::UpdateOmniDashboardInput

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

#body ⇒ String

The new dashboard definition, as a JSON document. Maximum 1 MiB. Omit to leave unchanged.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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