UpdateTaskSetRequest

public struct UpdateTaskSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.

    Declaration

    Swift

    public let cluster: String
  • Undocumented

    Declaration

    Swift

    public let scale: Scale
  • The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.

    Declaration

    Swift

    public let service: String
  • The short name or full Amazon Resource Name (ARN) of the task set to update.

    Declaration

    Swift

    public let taskSet: String
  • Undocumented

    Declaration

    Swift

    public init(cluster: String, scale: Scale, service: String, taskSet: String)