Class: Aws::Types::IngressPointAuthConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IngressPointAuthConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ingress_point_password_configuration ⇒ Types::IngressPointPasswordConfiguration
Returns the value of attribute ingress_point_password_configuration.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#tls_auth_configuration ⇒ Types::TlsAuthConfiguration
Returns the value of attribute tls_auth_configuration.
Instance Attribute Details
#ingress_point_password_configuration ⇒ Types::IngressPointPasswordConfiguration
Returns the value of attribute ingress_point_password_configuration.
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.
727 728 729 |
# File 'sig/types.rbs', line 727 def secret_arn @secret_arn end |
#tls_auth_configuration ⇒ Types::TlsAuthConfiguration
Returns the value of attribute tls_auth_configuration.
728 729 730 |
# File 'sig/types.rbs', line 728 def tls_auth_configuration @tls_auth_configuration end |