DeleteBillingGroupRequest

public struct DeleteBillingGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the billing group.

    Declaration

    Swift

    public let billingGroupName: String
  • The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the DeleteBillingGroup request is rejected with a VersionConflictException.

    Declaration

    Swift

    public let expectedVersion: Int64?
  • Undocumented

    Declaration

    Swift

    public init(billingGroupName: String, expectedVersion: Int64? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws