Class: Aws::CloudSearch::Types::AccessPoliciesStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::AccessPoliciesStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/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
Access rules for a domain’s document or search service endpoints.
-
#status ⇒ Types::OptionStatus
The status of domain configuration option.
Instance Attribute Details
#options ⇒ String
Access rules for a domain’s document or search service endpoints. For more information, see [Configuring Access for a Search Domain] in the *Amazon CloudSearch Developer Guide*. The maximum size of a policy document is 100 KB.
[1]: docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html
31 32 33 34 35 36 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 31 class AccessPoliciesStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of domain configuration option.
31 32 33 34 35 36 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 31 class AccessPoliciesStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |