Class: Aws::Types::ContactContent
- Inherits:
-
Object
- Object
- Aws::Types::ContactContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ ::String
Returns the value of attribute channel.
-
#connected_to_system_time ⇒ ::Time
Returns the value of attribute connected_to_system_time.
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
Instance Attribute Details
#channel ⇒ ::String
Returns the value of attribute channel.
251 252 253 |
# File 'sig/types.rbs', line 251 def channel @channel end |
#connected_to_system_time ⇒ ::Time
Returns the value of attribute connected_to_system_time.
252 253 254 |
# File 'sig/types.rbs', line 252 def connected_to_system_time @connected_to_system_time end |
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
250 251 252 |
# File 'sig/types.rbs', line 250 def contact_arn @contact_arn end |