Class: Aws::Types::UpdateContactScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8623 8624 8625 |
# File 'sig/types.rbs', line 8623 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8622 8623 8624 |
# File 'sig/types.rbs', line 8622 def instance_id @instance_id end |
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
8624 8625 8626 |
# File 'sig/types.rbs', line 8624 def scheduled_time @scheduled_time end |