NAME

Paws::ApplicationAutoScaling::ScalingActivity

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::ApplicationAutoScaling::ScalingActivity object:

$service_obj->Method(Att1 => { ActivityId => $value, ..., StatusMessage => $value  });

Results returned from an API call

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

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

DESCRIPTION

An object representing a scaling activity.

ATTRIBUTES

REQUIRED ActivityId => Str

The unique identifier string for the scaling activity.

REQUIRED Cause => Str

A simple description of what caused the scaling activity to happen.

REQUIRED Description => Str

A simple description of what action the scaling activity intends to
accomplish.

Details => Str

The details about the scaling activity.

EndTime => Str

The Unix timestamp for when the scaling activity ended.

REQUIRED ResourceId => Str

The unique identifier string for the resource associated with the
scaling activity. For Amazon ECS services, this value is the resource
type, followed by the cluster name and service name, such as
C<service/default/sample-webapp>.

REQUIRED ScalableDimension => Str

The scalable dimension associated with the scaling activity. The
scalable dimension contains the service namespace, resource type, and
scaling property, such as C<ecs:service:DesiredCount> for the desired
task count of an Amazon ECS service.

REQUIRED ServiceNamespace => Str

The namespace for the AWS service that the scaling activity is
associated with. For more information, see AWS Service Namespaces in
the Amazon Web Services General Reference.

REQUIRED StartTime => Str

The Unix timestamp for when the scaling activity began.

REQUIRED StatusCode => Str

Indicates the status of the scaling activity.

StatusMessage => Str

A simple message about the current status of the scaling activity.

SEE ALSO

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

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