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
-
#name ⇒ String
The name of the collection.
-
#status ⇒ String
The current status of the collection.
Instance Attribute Details
#name ⇒ String
The name of the collection.
417 418 419 420 421 422 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 417 class CollectionFilters < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the collection.
417 418 419 420 421 422 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 417 class CollectionFilters < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |