Class: Aws::Types::ScheduledActionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2810
2811
2812
# File 'sig/types.rbs', line 2810

def marker
  @marker
end

#scheduled_actions::Array[Types::ScheduledAction]

Returns the value of attribute scheduled_actions.

Returns:



2811
2812
2813
# File 'sig/types.rbs', line 2811

def scheduled_actions
  @scheduled_actions
end