Class: Aws::CloudSearch::Types::DescribeServiceAccessPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DescribeServiceAccessPoliciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The result of a ‘DescribeServiceAccessPolicies` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_policies ⇒ Types::AccessPoliciesStatus
The access rules configured for the domain specified in the request.
Instance Attribute Details
#access_policies ⇒ Types::AccessPoliciesStatus
The access rules configured for the domain specified in the request.
937 938 939 940 941 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 937 class DescribeServiceAccessPoliciesResponse < Struct.new( :access_policies) SENSITIVE = [] include Aws::Structure end |