Class: Aws::OpenSearchServerless::Types::CollectionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CollectionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about each OpenSearch Serverless collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
-
#id ⇒ String
The unique identifier of the collection.
-
#name ⇒ String
The name of the collection.
-
#status ⇒ String
The current status of the collection.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
444 445 446 447 448 449 450 451 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 444 class CollectionSummary < Struct.new( :arn, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection.
444 445 446 447 448 449 450 451 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 444 class CollectionSummary < Struct.new( :arn, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection.
444 445 446 447 448 449 450 451 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 444 class CollectionSummary < Struct.new( :arn, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the collection.
444 445 446 447 448 449 450 451 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 444 class CollectionSummary < Struct.new( :arn, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |