Class: Aws::CloudWatchOmni::Types::UpdateViewResponse

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

#arn ⇒ String

The ARN of the view.

Returns:

  • (String)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5187

class UpdateViewResponse < Struct.new(
  :name,
  :type,
  :description,
  :definition,
  :created_at,
  :updated_at,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

The timestamp when the view was created.

Returns:

  • (Time)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5187

class UpdateViewResponse < Struct.new(
  :name,
  :type,
  :description,
  :definition,
  :created_at,
  :updated_at,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#definition ⇒ String

The SQL query that defines the view.

Returns:

  • (String)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5187

class UpdateViewResponse < Struct.new(
  :name,
  :type,
  :description,
  :definition,
  :created_at,
  :updated_at,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the view.

Returns:

  • (String)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5187

class UpdateViewResponse < Struct.new(
  :name,
  :type,
  :description,
  :definition,
  :created_at,
  :updated_at,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the view.

Returns:

  • (String)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5187

class UpdateViewResponse < Struct.new(
  :name,
  :type,
  :description,
  :definition,
  :created_at,
  :updated_at,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The ownership category of the view.

Returns:

  • (String)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5187

class UpdateViewResponse < Struct.new(
  :name,
  :type,
  :description,
  :definition,
  :created_at,
  :updated_at,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The timestamp when the view was last updated.

Returns:

  • (Time)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5187

class UpdateViewResponse < Struct.new(
  :name,
  :type,
  :description,
  :definition,
  :created_at,
  :updated_at,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end