Class: Aws::ElasticsearchService::Types::AccessPoliciesStatus

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

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

Returns:

  • (String)


63
64
65
66
67
68
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 63

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

#statusTypes::OptionStatus

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

Returns:



63
64
65
66
67
68
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 63

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