class Aws::Imagebuilder::Types::ListComponentBuildVersionsRequest

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

data as a hash:

    {
      component_version_arn: "ComponentVersionArn", # required
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] component_version_arn

The component version Amazon Resource Name (ARN) whose versions you
want to list.
@return [String]

@!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/ListComponentBuildVersionsRequest AWS API Documentation

Constants

SENSITIVE