ResetDeploymentsRequest

public struct ResetDeploymentsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let amznClientToken: String?
  • If true, performs a best-effort only core reset.

    Declaration

    Swift

    public let force: Bool?
  • Undocumented

    Declaration

    Swift

    public let groupId: String
  • Undocumented

    Declaration

    Swift

    public init(amznClientToken: String? = nil, force: Bool? = nil, groupId: String)