class Aws::CloudDirectory::Types::ListAppliedSchemaArnsRequest

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

data as a hash:

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

@!attribute [rw] directory_arn

The ARN of the directory you are listing.
@return [String]

@!attribute [rw] schema_arn

The response for `ListAppliedSchemaArns` when this parameter is used
will list all minor version ARNs for a major version.
@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/ListAppliedSchemaArnsRequest AWS API Documentation

Constants

SENSITIVE