Class: Aws::OpenSearchServerless::Types::CollectionFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CollectionFilters
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
A list of filter keys that you can use for LIST, UPDATE, and DELETE requests to OpenSearch Serverless collections.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_group_name ⇒ String
The name of the collection group to filter by.
-
#name ⇒ String
The name of the collection.
-
#status ⇒ String
The current status of the collection.
Instance Attribute Details
#collection_group_name ⇒ String
The name of the collection group to filter by.
477 478 479 480 481 482 483 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 477 class CollectionFilters < Struct.new( :name, :status, :collection_group_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection.
477 478 479 480 481 482 483 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 477 class CollectionFilters < Struct.new( :name, :status, :collection_group_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the collection.
477 478 479 480 481 482 483 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 477 class CollectionFilters < Struct.new( :name, :status, :collection_group_name) SENSITIVE = [] include Aws::Structure end |