class Aws::AutoScaling::Types::DescribeScheduledActionsType

@note When making an API call, you may pass DescribeScheduledActionsType

data as a hash:

    {
      auto_scaling_group_name: "XmlStringMaxLen255",
      scheduled_action_names: ["XmlStringMaxLen255"],
      start_time: Time.now,
      end_time: Time.now,
      next_token: "XmlString",
      max_records: 1,
    }

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] scheduled_action_names

The names of one or more scheduled actions. If you omit this
parameter, all scheduled actions are described. If you specify an
unknown scheduled action, it is ignored with no error.

Array Members: Maximum number of 50 actions.
@return [Array<String>]

@!attribute [rw] start_time

The earliest scheduled start time to return. If scheduled action
names are provided, this parameter is ignored.
@return [Time]

@!attribute [rw] end_time

The latest scheduled start time to return. If scheduled action names
are provided, this parameter is ignored.
@return [Time]

@!attribute [rw] next_token

The token for the next set of items to return. (You received this
token from a previous call.)
@return [String]

@!attribute [rw] max_records

The maximum number of items to return with this call. The default
value is `50` and the maximum value is `100`.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeScheduledActionsType AWS API Documentation

Constants

SENSITIVE