Class: Aws::Types::NotifyWorkersRequest
- Inherits:
-
Object
- Object
- Aws::Types::NotifyWorkersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_text ⇒ ::String
Returns the value of attribute message_text.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#worker_ids ⇒ ::Array[::String]
Returns the value of attribute worker_ids.
Instance Attribute Details
#message_text ⇒ ::String
Returns the value of attribute message_text.
465 466 467 |
# File 'sig/types.rbs', line 465 def @message_text end |
#subject ⇒ ::String
Returns the value of attribute subject.
464 465 466 |
# File 'sig/types.rbs', line 464 def subject @subject end |
#worker_ids ⇒ ::Array[::String]
Returns the value of attribute worker_ids.
466 467 468 |
# File 'sig/types.rbs', line 466 def worker_ids @worker_ids end |