Class: Aws::OpenSearchServerless::Types::SecurityConfigStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::SecurityConfigStats
- Defined in:
- gems/aws-sdk-opensearchserverless/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.
1927 1928 1929 1930 1931 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1927 class SecurityConfigStats < Struct.new( :saml_config_count) SENSITIVE = [] include Aws::Structure end |