Class: Aws::Types::IngressPointConfiguration

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

Defined Under Namespace

Classes: SecretArn, SmtpPassword, TlsAuthConfiguration, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:smtp_password])

Instance Attribute Summary collapse

Instance Attribute Details

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def smtp_password
  @smtp_password
end

#tls_auth_configurationTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


736
737
738
# File 'sig/types.rbs', line 736

def unknown
  @unknown
end