Class: Aws::Types::GetAlternateContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAlternateContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#alternate_contact_type ⇒ "BILLING", ...
Returns the value of attribute alternate_contact_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def account_id @account_id end |
#alternate_contact_type ⇒ "BILLING", ...
Returns the value of attribute alternate_contact_type.
92 93 94 |
# File 'sig/types.rbs', line 92 def alternate_contact_type @alternate_contact_type end |