ComputeEnvironmentOrder

public struct ComputeEnvironmentOrder : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the compute environment.

    Declaration

    Swift

    public let computeEnvironment: String
  • The order of the compute environment.

    Declaration

    Swift

    public let order: Int
  • Undocumented

    Declaration

    Swift

    public init(computeEnvironment: String, order: Int)