Class: Aws::ElasticsearchService::Types::AccessPoliciesStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AccessPoliciesStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The configured access rules for the domain’s document and search endpoints, and the current status of those rules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ String
The access policy configured for the Elasticsearch domain.
-
#status ⇒ Types::OptionStatus
The status of the access policy for the Elasticsearch domain.
Instance Attribute Details
#options ⇒ String
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See [ Configuring Access Policies]for more information.
63 64 65 66 67 68 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 63 class AccessPoliciesStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the access policy for the Elasticsearch domain. See ‘OptionStatus` for the status information that’s included.
63 64 65 66 67 68 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 63 class AccessPoliciesStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |