Class: Aws::Types::EmergencyContact
- Inherits:
-
Object
- Object
- Aws::Types::EmergencyContact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_notes ⇒ ::String
Returns the value of attribute contact_notes.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
Instance Attribute Details
#contact_notes ⇒ ::String
Returns the value of attribute contact_notes.
283 284 285 |
# File 'sig/types.rbs', line 283 def contact_notes @contact_notes end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
281 282 283 |
# File 'sig/types.rbs', line 281 def email_address @email_address end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
282 283 284 |
# File 'sig/types.rbs', line 282 def phone_number @phone_number end |