class Aws::Imagebuilder::Types::ListDistributionConfigurationsRequest

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

data as a hash:

    {
      filters: [
        {
          name: "FilterName",
          values: ["FilterValue"],
        },
      ],
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] filters

You can filter on `name` to streamline results.
@return [Array<Types::Filter>]

@!attribute [rw] max_results

The maximum items to return in a request.
@return [Integer]

@!attribute [rw] next_token

A token to specify where to start paginating. This is the NextToken
from a previously truncated response.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ListDistributionConfigurationsRequest AWS API Documentation

Constants

SENSITIVE