Class: Aws::Account::Types::AcceptPrimaryEmailUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::AcceptPrimaryEmailUpdateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Retrieves the status of the accepted primary email update request.
Instance Attribute Details
#status ⇒ String
Retrieves the status of the accepted primary email update request.
67 68 69 70 71 |
# File 'lib/aws-sdk-account/types.rb', line 67 class AcceptPrimaryEmailUpdateResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |