Class: Aws::OpenSearchServerless::Types::SecurityConfigStats

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

Overview

Statistics for an OpenSearch Serverless security configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#saml_config_countInteger

The number of security configurations in the current account.

Returns:

  • (Integer)


1927
1928
1929
1930
1931
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1927

class SecurityConfigStats < Struct.new(
  :saml_config_count)
  SENSITIVE = []
  include Aws::Structure
end