Class: Aws::Types::ContactTargetInfo
- Inherits:
-
Object
- Object
- Aws::Types::ContactTargetInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#is_essential ⇒ Boolean
Returns the value of attribute is_essential.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
76 77 78 |
# File 'sig/types.rbs', line 76 def contact_id @contact_id end |
#is_essential ⇒ Boolean
Returns the value of attribute is_essential.
77 78 79 |
# File 'sig/types.rbs', line 77 def is_essential @is_essential end |