Class: Aws::OpenSearchServerless::Types::ListSecurityConfigsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use ‘nextToken` to get the next page of results. The default is 20.

Returns:

  • (Integer)


1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1740

class ListSecurityConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If your initial ‘ListSecurityConfigs` operation returns a `nextToken`, you can include the returned `nextToken` in subsequent `ListSecurityConfigs` operations, which returns results in the next page.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1740

class ListSecurityConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of security configuration.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1740

class ListSecurityConfigsRequest < Struct.new(
  :max_results,
  :next_token,
  :type)
  SENSITIVE = []
  include Aws::Structure
end