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.
2014 2015 2016 2017 2018 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2014 class SecurityConfigStats < Struct.new( :saml_config_count) SENSITIVE = [] include Aws::Structure end |