Class: Aws::Types::BatchUpdateScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def channel_id
  @channel_id
end

#createsTypes::BatchScheduleActionCreateRequest

Returns the value of attribute creates.



356
357
358
# File 'sig/types.rbs', line 356

def creates
  @creates
end

#deletesTypes::BatchScheduleActionDeleteRequest

Returns the value of attribute deletes.



357
358
359
# File 'sig/types.rbs', line 357

def deletes
  @deletes
end