paws.security.identity (version 0.1.0)

clouddirectory_list_facet_attributes: Retrieves attributes attached to the facet

Description

Retrieves attributes attached to the facet.

Usage

clouddirectory_list_facet_attributes(SchemaArn, Name, NextToken,
  MaxResults)

Arguments

SchemaArn

[required] The ARN of the schema where the facet resides.

Name

[required] The name of the facet whose attributes will be retrieved.

NextToken

The pagination token.

MaxResults

The maximum number of results to retrieve.

Request syntax

svc$list_facet_attributes(
  SchemaArn = "string",
  Name = "string",
  NextToken = "string",
  MaxResults = 123
)