Class: Aws::CloudWatchOmni::Types::GetViewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetViewResponse
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the view.
-
#created_at ⇒ Time
The timestamp when the view was created.
-
#definition ⇒ String
The SQL query that defines the view.
-
#description ⇒ String
The description of the view.
-
#name ⇒ String
The name of the view.
-
#type ⇒ String
The ownership category of the view.
-
#updated_at ⇒ Time
The timestamp when the view was last updated.
Instance Attribute Details
#arn ⇒ String
The ARN of the view.
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2451 class GetViewResponse < 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.
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2451 class GetViewResponse < 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.
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2451 class GetViewResponse < Struct.new( :name, :type, :description, :definition, :created_at, :updated_at, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the view.
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2451 class GetViewResponse < Struct.new( :name, :type, :description, :definition, :created_at, :updated_at, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the view.
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2451 class GetViewResponse < Struct.new( :name, :type, :description, :definition, :created_at, :updated_at, :arn) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The ownership category of the view.
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2451 class GetViewResponse < 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.
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2451 class GetViewResponse < Struct.new( :name, :type, :description, :definition, :created_at, :updated_at, :arn) SENSITIVE = [] include Aws::Structure end |