Command

public struct Command : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Date and time when the command was acknowledged.

    Declaration

    Swift

    public let acknowledgedAt: String?
  • The command ID.

    Declaration

    Swift

    public let commandId: String?
  • Date when the command completed.

    Declaration

    Swift

    public let completedAt: String?
  • Date and time when the command was run.

    Declaration

    Swift

    public let createdAt: String?
  • The command deployment ID.

    Declaration

    Swift

    public let deploymentId: String?
  • The command exit code.

    Declaration

    Swift

    public let exitCode: Int?
  • The ID of the instance where the command was executed.

    Declaration

    Swift

    public let instanceId: String?
  • The URL of the command log.

    Declaration

    Swift

    public let logUrl: String?
  • The command status: failed successful skipped pending

    Declaration

    Swift

    public let status: String?
  • The command type: configure deploy execute_recipes install_dependencies restart rollback setup start stop undeploy update_custom_cookbooks update_dependencies

    Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public init(acknowledgedAt: String? = nil, commandId: String? = nil, completedAt: String? = nil, createdAt: String? = nil, deploymentId: String? = nil, exitCode: Int? = nil, instanceId: String? = nil, logUrl: String? = nil, status: String? = nil, type: String? = nil)