Class: Aws::OpenSearchServerless::Types::CollectionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CollectionDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about each OpenSearch Serverless collection, including the collection endpoint and the OpenSearch Dashboards endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
-
#collection_endpoint ⇒ String
Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection.
-
#created_date ⇒ Integer
The Epoch time when the collection was created.
-
#dashboard_endpoint ⇒ String
Collection-specific endpoint used to access OpenSearch Dashboards.
-
#description ⇒ String
A description of the collection.
-
#failure_code ⇒ String
A failure code associated with the request.
-
#failure_message ⇒ String
A message associated with the failure code.
-
#id ⇒ String
A unique identifier for the collection.
-
#kms_key_arn ⇒ String
The ARN of the Amazon Web Services KMS key used to encrypt the collection.
-
#last_modified_date ⇒ Integer
The date and time when the collection was last modified.
-
#name ⇒ String
The name of the collection.
-
#standby_replicas ⇒ String
Details about an OpenSearch Serverless collection.
-
#status ⇒ String
The current status of the collection.
-
#type ⇒ String
The type of collection.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#collection_endpoint ⇒ String
Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Integer
The Epoch time when the collection was created.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#dashboard_endpoint ⇒ String
Collection-specific endpoint used to access OpenSearch Dashboards.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the collection.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
A failure code associated with the request.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
A message associated with the failure code.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier for the collection.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN of the Amazon Web Services KMS key used to encrypt the collection.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The date and time when the collection was last modified.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#standby_replicas ⇒ String
Details about an OpenSearch Serverless collection.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the collection.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of collection.
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 353 class CollectionDetail < Struct.new( :arn, :collection_endpoint, :created_date, :dashboard_endpoint, :description, :failure_code, :failure_message, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |