Class: Aws::CloudWatchOmni::Types::UpdateViewRequest

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

#definitionString

The new SQL query that defines the view. Omit to leave unchanged.

Returns:

  • (String)


5149
5150
5151
5152
5153
5154
5155
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5149

class UpdateViewRequest < Struct.new(
  :name,
  :definition,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description of the view. Omit to leave unchanged.

Returns:

  • (String)


5149
5150
5151
5152
5153
5154
5155
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5149

class UpdateViewRequest < Struct.new(
  :name,
  :definition,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the view to update.

Returns:

  • (String)


5149
5150
5151
5152
5153
5154
5155
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5149

class UpdateViewRequest < Struct.new(
  :name,
  :definition,
  :description)
  SENSITIVE = []
  include Aws::Structure
end