Class: Aws::Imagebuilder::Types::ListComponentBuildVersionsRequest

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

#component_version_arnString

The component version Amazon Resource Name (ARN) whose versions you want to list.

Returns:

  • (String)


5457
5458
5459
5460
5461
5462
5463
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5457

class ListComponentBuildVersionsRequest < Struct.new(
  :component_version_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


5457
5458
5459
5460
5461
5462
5463
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5457

class ListComponentBuildVersionsRequest < Struct.new(
  :component_version_arn,
  :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)


5457
5458
5459
5460
5461
5462
5463
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5457

class ListComponentBuildVersionsRequest < Struct.new(
  :component_version_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end