Class: Aws::ApplicationAutoScaling::Types::DescribeScheduledActionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token required to get the next set of results. This value is null if there are no more results to return.

Returns:

  • (String)


1521
1522
1523
1524
1525
1526
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 1521

class DescribeScheduledActionsResponse < Struct.new(
  :scheduled_actions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_actionsArray<Types::ScheduledAction>

Information about the scheduled actions.

Returns:



1521
1522
1523
1524
1525
1526
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 1521

class DescribeScheduledActionsResponse < Struct.new(
  :scheduled_actions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end