Class: Aws::CloudWatchOmni::Types::GetViewResponse

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)


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.

Returns:

  • (Time)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (Time)


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