UngroupResourcesInput
public struct UngroupResourcesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name or the ARN of the resource group from which to remove the resources.
Declaration
Swift
public let group: String
-
The ARNs of the resources to be removed from the group.
Declaration
Swift
public let resourceArns: [String]
-
Undocumented
Declaration
Swift
public init(group: String, resourceArns: [String])
-
Declaration
Swift
public func validate(name: String) throws