UpdateBillingGroupRequest
public struct UpdateBillingGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the billing group.
Declaration
Swift
public let billingGroupName: String
-
The properties of the billing group.
Declaration
Swift
public let billingGroupProperties: BillingGroupProperties
-
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 UpdateBillingGroup request is rejected with a VersionConflictException.
Declaration
Swift
public let expectedVersion: Int64?
-
Undocumented
Declaration
Swift
public init(billingGroupName: String, billingGroupProperties: BillingGroupProperties, expectedVersion: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws