Class: Aws::Types::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_endpoint::String

Returns the value of attribute custom_endpoint.

Returns:

  • (::String)


3341
3342
3343
# File 'sig/types.rbs', line 3341

def custom_endpoint
  @custom_endpoint
end

#custom_endpoint_certificate_arn::String

Returns the value of attribute custom_endpoint_certificate_arn.

Returns:

  • (::String)


3338
3339
3340
# File 'sig/types.rbs', line 3338

def custom_endpoint_certificate_arn
  @custom_endpoint_certificate_arn
end

#custom_endpoint_enabledBoolean

Returns the value of attribute custom_endpoint_enabled.

Returns:

  • (Boolean)


3339
3340
3341
# File 'sig/types.rbs', line 3339

def custom_endpoint_enabled
  @custom_endpoint_enabled
end

#enforce_httpsBoolean

Returns the value of attribute enforce_https.

Returns:

  • (Boolean)


3340
3341
3342
# File 'sig/types.rbs', line 3340

def enforce_https
  @enforce_https
end

#tls_security_policy::String

Returns the value of attribute tls_security_policy.

Returns:

  • (::String)


3342
3343
3344
# File 'sig/types.rbs', line 3342

def tls_security_policy
  @tls_security_policy
end