Class: Aws::Types::AwsElasticsearchDomainDomainEndpointOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enforce_httpsBoolean

Returns the value of attribute enforce_https.

Returns:

  • (Boolean)


2604
2605
2606
# File 'sig/types.rbs', line 2604

def enforce_https
  @enforce_https
end

#tls_security_policy::String

Returns the value of attribute tls_security_policy.

Returns:

  • (::String)


2605
2606
2607
# File 'sig/types.rbs', line 2605

def tls_security_policy
  @tls_security_policy
end