Class: Aws::CloudSearch::Types::AccessPoliciesStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/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

Instance Attribute Details

#optionsString

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.

Returns:

  • (String)


31
32
33
34
35
36
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 31

class AccessPoliciesStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

The status of domain configuration option.

Returns:



31
32
33
34
35
36
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 31

class AccessPoliciesStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end