Class: Aws::Types::IngressPointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IngressPointConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SecretArn, SmtpPassword, TlsAuthConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#smtp_password ⇒ ::String
Returns the value of attribute smtp_password.
-
#tls_auth_configuration ⇒ Types::TlsAuthConfiguration
Returns the value of attribute tls_auth_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
734 735 736 |
# File 'sig/types.rbs', line 734 def secret_arn @secret_arn end |
#smtp_password ⇒ ::String
Returns the value of attribute smtp_password.
733 734 735 |
# File 'sig/types.rbs', line 733 def smtp_password @smtp_password end |
#tls_auth_configuration ⇒ Types::TlsAuthConfiguration
Returns the value of attribute tls_auth_configuration.
735 736 737 |
# File 'sig/types.rbs', line 735 def tls_auth_configuration @tls_auth_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
736 737 738 |
# File 'sig/types.rbs', line 736 def unknown @unknown end |