Class: Aws::OpenSearchServerless::Types::GetSecurityConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::GetSecurityConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_config_detail ⇒ Types::SecurityConfigDetail
Details of the requested security configuration.
Instance Attribute Details
#security_config_detail ⇒ Types::SecurityConfigDetail
Details of the requested security configuration.
1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1264 class GetSecurityConfigResponse < Struct.new( :security_config_detail) SENSITIVE = [] include Aws::Structure end |