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