Class: Aws::Imagebuilder::Types::ListImageBuildVersionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

Use the following filters to streamline results:

  • ‘name`

  • ‘osVersion`

  • ‘platform`

  • ‘type`

  • ‘version`

Returns:



5711
5712
5713
5714
5715
5716
5717
5718
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5711

class ListImageBuildVersionsRequest < Struct.new(
  :image_version_arn,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#image_version_arnString

The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.

Returns:

  • (String)


5711
5712
5713
5714
5715
5716
5717
5718
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5711

class ListImageBuildVersionsRequest < Struct.new(
  :image_version_arn,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


5711
5712
5713
5714
5715
5716
5717
5718
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5711

class ListImageBuildVersionsRequest < Struct.new(
  :image_version_arn,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


5711
5712
5713
5714
5715
5716
5717
5718
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5711

class ListImageBuildVersionsRequest < Struct.new(
  :image_version_arn,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end