Class: Aws::ApplicationAutoScaling::Types::DescribeScheduledActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::DescribeScheduledActionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token required to get the next set of results.
-
#scheduled_actions ⇒ Array<Types::ScheduledAction>
Information about the scheduled actions.
Instance Attribute Details
#next_token ⇒ String
The token required to get the next set of results. This value is ‘null` if there are no more results to return.
1563 1564 1565 1566 1567 1568 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1563 class DescribeScheduledActionsResponse < Struct.new( :scheduled_actions, :next_token) SENSITIVE = [] include Aws::Structure end |
#scheduled_actions ⇒ Array<Types::ScheduledAction>
Information about the scheduled actions.
1563 1564 1565 1566 1567 1568 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1563 class DescribeScheduledActionsResponse < Struct.new( :scheduled_actions, :next_token) SENSITIVE = [] include Aws::Structure end |