NAME
Paws::SSM::OpsItemSummary
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::OpsItemSummary object:
$service_obj->Method(Att1 => { ActualEndTime => $value, ..., Title => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::OpsItemSummary object:
$result = $service_obj->Method(...);
$result->Att1->ActualEndTime
DESCRIPTION
A count of OpsItems.
ATTRIBUTES
ActualEndTime => Str
The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest
.
ActualStartTime => Str
The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest
.
Category => Str
A list of OpsItems by category.
CreatedBy => Str
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
CreatedTime => Str
The date and time the OpsItem was created.
LastModifiedBy => Str
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
LastModifiedTime => Str
The date and time the OpsItem was last updated.
OperationalData => Paws::SSM::OpsItemOperationalData
Operational data is custom data that provides useful reference details about the OpsItem.
OpsItemId => Str
The ID of the OpsItem.
OpsItemType => Str
The type of OpsItem. Currently, the only valid values are /aws/changerequest
and /aws/issue
.
PlannedEndTime => Str
The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest
.
PlannedStartTime => Str
The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest
.
Priority => Int
The importance of this OpsItem in relation to other OpsItems in the system.
Severity => Str
A list of OpsItems by severity.
Source => Str
The impacted AWS resource.
Status => Str
The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
Title => Str
A short heading that describes the nature of the OpsItem and the impacted resource.
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