class Aws::CloudDirectory::Types::ListFacetAttributesRequest

@note When making an API call, you may pass ListFacetAttributesRequest

data as a hash:

    {
      schema_arn: "Arn", # required
      name: "FacetName", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] schema_arn

The ARN of the schema where the facet resides.
@return [String]

@!attribute [rw] name

The name of the facet whose attributes will be retrieved.
@return [String]

@!attribute [rw] next_token

The pagination token.
@return [String]

@!attribute [rw] max_results

The maximum number of results to retrieve.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListFacetAttributesRequest AWS API Documentation

Constants

SENSITIVE