Class: Aws::Account::Types::GetPrimaryEmailResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:primary_email]

Instance Attribute Summary collapse

Instance Attribute Details

#primary_emailString

Retrieves the primary email address associated with the specified account.

Returns:

  • (String)


522
523
524
525
526
# File 'lib/aws-sdk-account/types.rb', line 522

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