RemoveThingFromBillingGroupRequest
public struct RemoveThingFromBillingGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the billing group.
Declaration
Swift
public let billingGroupArn: String?
-
The name of the billing group.
Declaration
Swift
public let billingGroupName: String?
-
The ARN of the thing to be removed from the billing group.
Declaration
Swift
public let thingArn: String?
-
The name of the thing to be removed from the billing group.
Declaration
Swift
public let thingName: String?
-
Undocumented
Declaration
Swift
public init(billingGroupArn: String? = nil, billingGroupName: String? = nil, thingArn: String? = nil, thingName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws