Delete
public struct Delete : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The objects to delete.
Declaration
Swift
public let objects: [ObjectIdentifier] - 
                  
                  
Element to enable quiet mode for the request. When you add this element, you must set its value to true.
Declaration
Swift
public let quiet: Bool? - 
                  
                  
Undocumented
Declaration
Swift
public init(objects: [ObjectIdentifier], quiet: Bool? = nil) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        Delete Structure Reference