Class: Aws::Types::DeleteAlternateContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAlternateContactRequest
- 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.
62 63 64 |
# File 'sig/types.rbs', line 62 def account_id @account_id end |
#alternate_contact_type ⇒ "BILLING", ...
Returns the value of attribute alternate_contact_type.
61 62 63 |
# File 'sig/types.rbs', line 61 def alternate_contact_type @alternate_contact_type end |