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)


2830
2831
2832
# File 'sig/types.rbs', line 2830

def marker
  @marker
end

#scheduled_actions::Array[Types::ScheduledAction]

Returns the value of attribute scheduled_actions.

Returns:



2831
2832
2833
# File 'sig/types.rbs', line 2831

def scheduled_actions
  @scheduled_actions
end