DeleteAttributesResponse
public struct DeleteAttributesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of attribute objects that were successfully deleted from your resource.
Declaration
Swift
public let attributes: [Attribute]?
-
Undocumented
Declaration
Swift
public init(attributes: [Attribute]? = nil)