NAME

Paws::SSM::Command

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::SSM::Command object:

$service_obj->Method(Att1 => { CommandId => $value, ..., Status => $value  });

Results returned from an API call

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

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

DESCRIPTION

Describes a command request.

ATTRIBUTES

CommandId => Str

A unique identifier for this command.

Comment => Str

User-specified information about the command, such as a brief
description of what the command should do.

DocumentName => Str

The name of the SSM document requested for execution.

ExpiresAfter => Str

If this time is reached and the command has not already started
executing, it will not execute. Calculated based on the ExpiresAfter
user input provided as part of the SendCommand API.

InstanceIds => ArrayRef[Str]

The instance IDs against which this command was requested.

OutputS3BucketName => Str

The S3 bucket where the responses to the command executions should be
stored. This was requested when issuing the command.

OutputS3KeyPrefix => Str

The S3 directory path inside the bucket where the responses to the
command executions should be stored. This was requested when issuing
the command.

Parameters => Paws::SSM::Parameters

The parameter values to be inserted in the SSM document when executing
the command.

RequestedDateTime => Str

The date and time the command was requested.

Status => Str

The status of the command.

SEE ALSO

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

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