Class: Aws::Account::Types::GetAlternateContactResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_contactTypes::AlternateContact

A structure that contains the details for the specified alternate contact.



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

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