BatchListObjectAttributes
public struct BatchListObjectAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Used to filter the list of object attributes that are associated with a certain facet.
Declaration
Swift
public let facetFilter: SchemaFacet?
-
The maximum number of items to be retrieved in a single call. This is an approximate number.
Declaration
Swift
public let maxResults: Int?
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
Reference of the object whose attributes need to be listed.
Declaration
Swift
public let objectReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(facetFilter: SchemaFacet? = nil, maxResults: Int? = nil, nextToken: String? = nil, objectReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws