Class: Aws::OpenSearchService::Types::AccessPoliciesStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

The configured access rules for the domain's search endpoint, and the current status of those rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsString

The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. For more information, see Configuring access policies.

Returns:

  • (String)


92
93
94
95
96
97
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 92

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

#statusTypes::OptionStatus

The status of the access policy for the domain.

Returns:



92
93
94
95
96
97
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 92

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