Class: Aws::OpenSearchServerless::Types::UpdateCollectionDetail

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

Overview

Details about an updated OpenSearch Serverless collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the collection.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2433

class UpdateCollectionDetail < Struct.new(
  :id,
  :name,
  :status,
  :type,
  :description,
  :arn,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateInteger

The date and time when the collection was created.

Returns:

  • (Integer)


2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2433

class UpdateCollectionDetail < Struct.new(
  :id,
  :name,
  :status,
  :type,
  :description,
  :arn,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the collection.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2433

class UpdateCollectionDetail < Struct.new(
  :id,
  :name,
  :status,
  :type,
  :description,
  :arn,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the collection.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2433

class UpdateCollectionDetail < Struct.new(
  :id,
  :name,
  :status,
  :type,
  :description,
  :arn,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateInteger

The date and time when the collection was last modified.

Returns:

  • (Integer)


2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2433

class UpdateCollectionDetail < Struct.new(
  :id,
  :name,
  :status,
  :type,
  :description,
  :arn,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the collection.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2433

class UpdateCollectionDetail < Struct.new(
  :id,
  :name,
  :status,
  :type,
  :description,
  :arn,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the collection.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2433

class UpdateCollectionDetail < Struct.new(
  :id,
  :name,
  :status,
  :type,
  :description,
  :arn,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The collection type.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2433

class UpdateCollectionDetail < Struct.new(
  :id,
  :name,
  :status,
  :type,
  :description,
  :arn,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end