SubmitContainerStateChangeRequest

public struct SubmitContainerStateChangeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The short name or full ARN of the cluster that hosts the container.

    Declaration

    Swift

    public let cluster: String?
  • The name of the container.

    Declaration

    Swift

    public let containerName: String?
  • The exit code returned for the state change request.

    Declaration

    Swift

    public let exitCode: Int?
  • The network bindings of the container.

    Declaration

    Swift

    public let networkBindings: [NetworkBinding]?
  • The reason for the state change request.

    Declaration

    Swift

    public let reason: String?
  • The ID of the Docker container.

    Declaration

    Swift

    public let runtimeId: String?
  • The status of the state change request.

    Declaration

    Swift

    public let status: String?
  • The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.

    Declaration

    Swift

    public let task: String?
  • Undocumented

    Declaration

    Swift

    public init(cluster: String? = nil, containerName: String? = nil, exitCode: Int? = nil, networkBindings: [NetworkBinding]? = nil, reason: String? = nil, runtimeId: String? = nil, status: String? = nil, task: String? = nil)