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.
1215 1216 1217 1218 1219 1220 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1215 class GetAccessPolicyRequest < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Tye type of policy. Currently, the only supported value is ‘data`.
1215 1216 1217 1218 1219 1220 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1215 class GetAccessPolicyRequest < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |