Class: Aws::Account::Types::GetAlternateContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::GetAlternateContactResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alternate_contact ⇒ Types::AlternateContact
A structure that contains the details for the specified alternate contact.
Instance Attribute Details
#alternate_contact ⇒ Types::AlternateContact
A structure that contains the details for the specified alternate contact.
421 422 423 424 425 |
# File 'lib/aws-sdk-account/types.rb', line 421 class GetAlternateContactResponse < Struct.new( :alternate_contact) SENSITIVE = [] include Aws::Structure end |