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

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

#alternate_contactTypes::AlternateContact

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



421
422
423
424
425
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 421

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