Class: Aws::Types::IngressPointPasswordConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#previous_smtp_password_expiry_timestamp::Time

Returns the value of attribute previous_smtp_password_expiry_timestamp.

Returns:

  • (::Time)


752
753
754
# File 'sig/types.rbs', line 752

def previous_smtp_password_expiry_timestamp
  @previous_smtp_password_expiry_timestamp
end

#previous_smtp_password_version::String

Returns the value of attribute previous_smtp_password_version.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def previous_smtp_password_version
  @previous_smtp_password_version
end

#smtp_password_version::String

Returns the value of attribute smtp_password_version.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def smtp_password_version
  @smtp_password_version
end