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)


3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3002

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

#created_dateInteger

The date and time when the collection was created.

Returns:

  • (Integer)


3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3002

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

#descriptionString

The description of the collection.

Returns:

  • (String)


3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3002

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

#idString

The unique identifier of the collection.

Returns:

  • (String)


3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3002

class UpdateCollectionDetail < Struct.new(
  :id,
  :name,
  :status,
  :type,
  :description,
  :vector_options,
  :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)


3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3002

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

#nameString

The name of the collection.

Returns:

  • (String)


3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3002

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

#statusString

The current status of the collection.

Returns:

  • (String)


3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3002

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

#typeString

The collection type.

Returns:

  • (String)


3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3002

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

#vector_optionsTypes::VectorOptions

Configuration options for vector search capabilities in the collection.



3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3002

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