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