You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::ComplianceExecutionSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ComplianceExecutionSummary as input to an Aws::Client method, you can use a vanilla Hash:

{
  execution_time: Time.now, # required
  execution_id: "ComplianceExecutionId",
  execution_type: "ComplianceExecutionType",
}

A summary of the call execution that includes an execution ID, the type of execution (for example, Command), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

An ID created by the system when PutComplianceItems was called. For example, CommandID is a valid execution ID. You can use this ID in subsequent calls.

Returns:

  • (String)

    An ID created by the system when PutComplianceItems was called.

#execution_timeTime

The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd\'T\'HH:mm:ss\'Z\'.

Returns:

  • (Time)

    The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd\'T\'HH:mm:ss\'Z\'.

#execution_typeString

The type of execution. For example, Command is a valid execution type.

Returns:

  • (String)

    The type of execution.