Class: Aws::OpenSearchServerless::Types::GetAccessPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::GetAccessPolicyRequest
- 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 access policy.
-
#type ⇒ String
Tye type of policy.
Instance Attribute Details
#name ⇒ String
The name of the access policy.
1328 1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1328 class GetAccessPolicyRequest < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Tye type of policy. Currently, the only supported value is ‘data`.
1328 1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1328 class GetAccessPolicyRequest < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end |