Class: Aws::OpenSearchServerless::Types::SecurityConfigStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::SecurityConfigStats
- 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
-
#saml_config_count ⇒ Integer
The number of security configurations in the current account.
Instance Attribute Details
#saml_config_count ⇒ Integer
The number of security configurations in the current account.
1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1917 class SecurityConfigStats < Struct.new( :saml_config_count) SENSITIVE = [] include Aws::Structure end |