You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Imagebuilder::Types::ListImagePipelineImagesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListImagePipelineImagesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

The filters.

Returns:

#image_pipeline_arnString

The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)

    The maximum items to return in a request.

#next_tokenString

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

Returns:

  • (String)

    A token to specify where to start paginating.