Class: Aws::OpenSearchServerless::Types::CreateCollectionDetail

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

Overview

Details about the created 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)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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

#created_dateInteger

The Epoch time when the collection was created.

Returns:

  • (Integer)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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

#descriptionString

A description of the collection.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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

#idString

The unique identifier of the collection.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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

#kms_key_arnString

The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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

#last_modified_dateInteger

The date and time when the collection was last modified.

Returns:

  • (Integer)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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

#nameString

The name of the collection.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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

#standby_replicasString

Creates details about an OpenSearch Serverless collection.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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

#statusString

The current status of the collection.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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

#typeString

The type of collection.

Returns:

  • (String)


552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 552

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