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.
1332 1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1332 class GetSecurityPolicyRequest < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of security policy.
1332 1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1332 class GetSecurityPolicyRequest < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end |