Class: Aws::OpenSearchServerless::Types::GetSecurityPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::GetSecurityPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the security policy.
-
#type ⇒ String
The type of security policy.
Instance Attribute Details
#name ⇒ String
The name of the security policy.
1325 1326 1327 1328 1329 1330 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1325 class GetSecurityPolicyRequest < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of security policy.
1325 1326 1327 1328 1329 1330 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1325 class GetSecurityPolicyRequest < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |