Class: Aws::CloudSearch::Types::DescribeServiceAccessPoliciesResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#access_policiesTypes::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