Class: Aws::Account::Types::GetContactInformationResponse

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

#contact_informationTypes::ContactInformation

Contains the details of the primary contact information associated with an Amazon Web Services account.



410
411
412
413
414
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 410

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