Class: Aws::Types::NotifyWorkersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#message_text::String

Returns the value of attribute message_text.

Returns:



465
466
467
# File 'sig/types.rbs', line 465

def message_text
  @message_text
end

#subject::String

Returns the value of attribute subject.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def subject
  @subject
end

#worker_ids::Array[::String]

Returns the value of attribute worker_ids.

Returns:



466
467
468
# File 'sig/types.rbs', line 466

def worker_ids
  @worker_ids
end