Class: Aws::OpenSearchServerless::Types::CollectionFilters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the collection.

Returns:

  • (String)


407
408
409
410
411
412
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 407

class CollectionFilters < Struct.new(
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the collection.

Returns:

  • (String)


407
408
409
410
411
412
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 407

class CollectionFilters < Struct.new(
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end