Class: Aws::Account::Types::GetPrimaryEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::GetPrimaryEmailResponse
- Defined in:
- gems/aws-sdk-account/lib/aws-sdk-account/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:primary_email]
Instance Attribute Summary collapse
-
#primary_email ⇒ String
Retrieves the primary email address associated with the specified account.
Instance Attribute Details
#primary_email ⇒ String
Retrieves the primary email address associated with the specified account.
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 |