Class: Aws::Types::PutAlternateContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAlternateContactRequest
- 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.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
188 189 190 |
# File 'sig/types.rbs', line 188 def account_id @account_id end |
#alternate_contact_type ⇒ "BILLING", ...
Returns the value of attribute alternate_contact_type.
187 188 189 |
# File 'sig/types.rbs', line 187 def alternate_contact_type @alternate_contact_type end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
185 186 187 |
# File 'sig/types.rbs', line 185 def email_address @email_address end |
#name ⇒ ::String
Returns the value of attribute name.
183 184 185 |
# File 'sig/types.rbs', line 183 def name @name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
186 187 188 |
# File 'sig/types.rbs', line 186 def phone_number @phone_number end |
#title ⇒ ::String
Returns the value of attribute title.
184 185 186 |
# File 'sig/types.rbs', line 184 def title @title end |