Class: Aws::Imagebuilder::Types::ListImagePipelinesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListImagePipelinesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
Use the following filters to streamline results:.
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
Use the following filters to streamline results:
-
‘description`
-
‘distributionConfigurationArn`
-
‘imageRecipeArn`
-
‘infrastructureConfigurationArn`
-
‘name`
-
‘status`
5901 5902 5903 5904 5905 5906 5907 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5901 class ListImagePipelinesRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
5901 5902 5903 5904 5905 5906 5907 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5901 class ListImagePipelinesRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
5901 5902 5903 5904 5905 5906 5907 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5901 class ListImagePipelinesRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |