Class: Aws::Types::ScheduleDescribeResultModel

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)


2872
2873
2874
# File 'sig/types.rbs', line 2872

def next_token
  @next_token
end

#schedule_actions::Array[Types::ScheduleAction]

Returns the value of attribute schedule_actions.

Returns:



2873
2874
2875
# File 'sig/types.rbs', line 2873

def schedule_actions
  @schedule_actions
end