Class: Aws::CloudWatchOmni::Types::CreateViewResponse

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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1387

class CreateViewResponse < 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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1387

class CreateViewResponse < 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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1387

class CreateViewResponse < 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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1387

class CreateViewResponse < 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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1387

class CreateViewResponse < 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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1387

class CreateViewResponse < 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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1387

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