BatchListObjectAttributesResponse
public struct BatchListObjectAttributesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.
Declaration
Swift
public let attributes: [AttributeKeyAndValue]? -
The pagination token.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(attributes: [AttributeKeyAndValue]? = nil, nextToken: String? = nil)
View on GitHub
BatchListObjectAttributesResponse Structure Reference