Class: Aws::CloudWatchOmni::Types::ViewSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Summary information about a view. Does not include the view definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ Time

The timestamp when the view was created.

Returns:

  • (Time)


5242
5243
5244
5245
5246
5247
5248
5249
5250
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242

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

#description ⇒ String

The description of the view.

Returns:

  • (String)


5242
5243
5244
5245
5246
5247
5248
5249
5250
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242

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

#name ⇒ String

The name of the view.

Returns:

  • (String)


5242
5243
5244
5245
5246
5247
5248
5249
5250
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242

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

#type ⇒ String

The ownership category of the view.

Returns:

  • (String)


5242
5243
5244
5245
5246
5247
5248
5249
5250
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242

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

#updated_at ⇒ Time

The timestamp when the view was last updated.

Returns:

  • (Time)


5242
5243
5244
5245
5246
5247
5248
5249
5250
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242

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