The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::AutoScaling::ScheduledUpdateGroupAction

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::AutoScaling::ScheduledUpdateGroupAction object:

  $service_obj->Method(Att1 => { AutoScalingGroupName => $value, ..., Time => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::AutoScaling::ScheduledUpdateGroupAction object:

  $result = $service_obj->Method(...);
  $result->Att1->AutoScalingGroupName

DESCRIPTION

Describes a scheduled update to an Auto Scaling group.

ATTRIBUTES

AutoScalingGroupName => Str

  The name of the Auto Scaling group.

DesiredCapacity => Int

  The number of instances you prefer to maintain in the group.

EndTime => Str

  The date and time that the action is scheduled to end. This date and
time can be up to one month in the future.

MaxSize => Int

  The maximum size of the group.

MinSize => Int

  The minimum size of the group.

Recurrence => Str

  The recurring schedule for the action.

ScheduledActionARN => Str

  The Amazon Resource Name (ARN) of the scheduled action.

ScheduledActionName => Str

  The name of the scheduled action.

StartTime => Str

  The date and time that the action is scheduled to begin. This date and
time can be up to one month in the future.

When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action will start and stop.

Time => Str

  This parameter is deprecated.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::AutoScaling

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues