Class: Aws::OpenSearchServerless::Types::UpdateCollectionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::UpdateCollectionDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about an updated OpenSearch Serverless collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
-
#created_date ⇒ Integer
The date and time when the collection was created.
-
#description ⇒ String
The description of the collection.
-
#id ⇒ String
The unique identifier of the collection.
-
#last_modified_date ⇒ Integer
The date and time when the collection was last modified.
-
#name ⇒ String
The name of the collection.
-
#status ⇒ String
The current status of the collection.
-
#type ⇒ String
The collection type.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2387 class UpdateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :last_modified_date, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Integer
The date and time when the collection was created.
2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2387 class UpdateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :last_modified_date, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the collection.
2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2387 class UpdateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :last_modified_date, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection.
2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2387 class UpdateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :last_modified_date, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The date and time when the collection was last modified.
2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2387 class UpdateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :last_modified_date, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection.
2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2387 class UpdateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :last_modified_date, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the collection.
2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2387 class UpdateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :last_modified_date, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The collection type.
2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2387 class UpdateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :last_modified_date, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |