ListFacetAttributesResponse
public struct ListFacetAttributesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attributes attached to the facet.
Declaration
Swift
public let attributes: [FacetAttribute]?
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(attributes: [FacetAttribute]? = nil, nextToken: String? = nil)