Class: Aws::Account::Types::GetContactInformationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::GetContactInformationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_information ⇒ Types::ContactInformation
Contains the details of the primary contact information associated with an Amazon Web Services account.
Instance Attribute Details
#contact_information ⇒ Types::ContactInformation
Contains the details of the primary contact information associated with an Amazon Web Services account.
474 475 476 477 478 |
# File 'lib/aws-sdk-account/types.rb', line 474 class GetContactInformationResponse < Struct.new( :contact_information) SENSITIVE = [] include Aws::Structure end |