Class: Aws::Account::Types::AcceptPrimaryEmailUpdateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Retrieves the status of the accepted primary email update request.

Returns:

  • (String)


67
68
69
70
71
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 67

class AcceptPrimaryEmailUpdateResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end