Class: Aws::Types::ScheduledActionsType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def next_token
  @next_token
end

#scheduled_update_group_actions::Array[Types::ScheduledUpdateGroupAction]

Returns the value of attribute scheduled_update_group_actions.

Returns:



1347
1348
1349
# File 'sig/types.rbs', line 1347

def scheduled_update_group_actions
  @scheduled_update_group_actions
end