Class: Aws::Types::IngressPointAuthConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ingress_point_password_configurationTypes::IngressPointPasswordConfiguration

Returns the value of attribute ingress_point_password_configuration.

Returns:



726
727
728
# File 'sig/types.rbs', line 726

def ingress_point_password_configuration
  @ingress_point_password_configuration
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:



727
728
729
# File 'sig/types.rbs', line 727

def secret_arn
  @secret_arn
end

#tls_auth_configurationTypes::TlsAuthConfiguration

Returns the value of attribute tls_auth_configuration.

Returns:



728
729
730
# File 'sig/types.rbs', line 728

def tls_auth_configuration
  @tls_auth_configuration
end