Class: Aws::MailManager::Types::IngressPointPasswordConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The password configuration of the ingress endpoint resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#previous_smtp_password_expiry_timestampTime

The previous password expiry timestamp of the ingress endpoint resource.

Returns:

  • (Time)


1766
1767
1768
1769
1770
1771
1772
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1766

class IngressPointPasswordConfiguration < Struct.new(
  :previous_smtp_password_expiry_timestamp,
  :previous_smtp_password_version,
  :smtp_password_version)
  SENSITIVE = []
  include Aws::Structure
end

#previous_smtp_password_versionString

The previous password version of the ingress endpoint resource.

Returns:

  • (String)


1766
1767
1768
1769
1770
1771
1772
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1766

class IngressPointPasswordConfiguration < Struct.new(
  :previous_smtp_password_expiry_timestamp,
  :previous_smtp_password_version,
  :smtp_password_version)
  SENSITIVE = []
  include Aws::Structure
end

#smtp_password_versionString

The current password expiry timestamp of the ingress endpoint resource.

Returns:

  • (String)


1766
1767
1768
1769
1770
1771
1772
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1766

class IngressPointPasswordConfiguration < Struct.new(
  :previous_smtp_password_expiry_timestamp,
  :previous_smtp_password_version,
  :smtp_password_version)
  SENSITIVE = []
  include Aws::Structure
end