Class: Aws::Types::DescribeScheduledActionsResponse

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)


129
130
131
# File 'sig/types.rbs', line 129

def next_token
  @next_token
end

#scheduled_actions::Array[Types::ScheduledAction]

Returns the value of attribute scheduled_actions.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def scheduled_actions
  @scheduled_actions
end