Class: Aws::OpenSearchService::Types::AccessPoliciesStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AccessPoliciesStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The configured access rules for the domain’s search endpoint, and the current status of those rules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ String
The access policy configured for the domain.
-
#status ⇒ Types::OptionStatus
The status of the access policy for the domain.
Instance Attribute Details
#options ⇒ String
The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. For more information, see [Configuring access policies].
143 144 145 146 147 148 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 143 class AccessPoliciesStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the access policy for the domain.
143 144 145 146 147 148 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 143 class AccessPoliciesStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |