PutAttributesResponse
public struct PutAttributesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The attributes applied to your resource.
Declaration
Swift
public let attributes: [Attribute]? -
Undocumented
Declaration
Swift
public init(attributes: [Attribute]? = nil)
View on GitHub
PutAttributesResponse Structure Reference