ListFacetAttributesRequest
public struct ListFacetAttributesRequest : AWSShape
extension CloudDirectory.ListFacetAttributesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to retrieve.
Declaration
Swift
public let maxResults: Int?
-
The name of the facet whose attributes will be retrieved.
Declaration
Swift
public let name: String
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
The ARN of the schema where the facet resides.
Declaration
Swift
public let schemaArn: String
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, name: String, nextToken: String? = nil, schemaArn: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudDirectory.ListFacetAttributesRequest