DeleteGroupInput
public struct DeleteGroupInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name or the ARN of the resource group to delete.
Declaration
Swift
public let group: String?
-
Undocumented
Declaration
Swift
public init(group: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws