Class: Aws::Types::UpdateContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#plan ⇒ Types::Plan
Returns the value of attribute plan.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
705 706 707 |
# File 'sig/types.rbs', line 705 def contact_id @contact_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
706 707 708 |
# File 'sig/types.rbs', line 706 def display_name @display_name end |
#plan ⇒ Types::Plan
Returns the value of attribute plan.
707 708 709 |
# File 'sig/types.rbs', line 707 def plan @plan end |