Class: Aws::CloudWatchOmni::Types::UpdateViewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::UpdateViewRequest
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ String
The new SQL query that defines the view.
-
#description ⇒ String
The new description of the view.
-
#name ⇒ String
The name of the view to update.
Instance Attribute Details
#definition ⇒ String
The new SQL query that defines the view. Omit to leave unchanged.
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 |
#description ⇒ String
The new description of the view. Omit to leave unchanged.
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 |
#name ⇒ String
The name of the view to update.
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 |