Class: Aws::CloudSearch::Types::UpdateServiceAccessPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::UpdateServiceAccessPoliciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The result of an ‘UpdateServiceAccessPolicies` request. Contains the new access policies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_policies ⇒ Types::AccessPoliciesStatus
The access rules configured for the domain.
Instance Attribute Details
#access_policies ⇒ Types::AccessPoliciesStatus
The access rules configured for the domain.
2099 2100 2101 2102 2103 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 2099 class UpdateServiceAccessPoliciesResponse < Struct.new( :access_policies) SENSITIVE = [] include Aws::Structure end |