Class: Aws::Account::Types::GetPrimaryEmailUpdateStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::GetPrimaryEmailUpdateStatusResponse
- Defined in:
- gems/aws-sdk-account/lib/aws-sdk-account/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the most recent primary email update request.
-
#updated_at ⇒ Time
The date and time that the most recent primary email update status was last changed.
Instance Attribute Details
#status ⇒ String
The status of the most recent primary email update request.
743 744 745 746 747 748 |
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 743 class GetPrimaryEmailUpdateStatusResponse < Struct.new( :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the most recent primary email update status was last changed.
743 744 745 746 747 748 |
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 743 class GetPrimaryEmailUpdateStatusResponse < Struct.new( :status, :updated_at) SENSITIVE = [] include Aws::Structure end |