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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-account/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 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 522

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