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

#arnString

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_atTime

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

#definitionString

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

#descriptionString

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

#nameString

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

#typeString

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_atTime

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