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.
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.
29 30 31 32 33 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 29 class AccessPoliciesStatus < Struct.new( :options, :status) 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.
29 30 31 32 33 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 29 class AccessPoliciesStatus < Struct.new( :options, :status) include Aws::Structure end |