Class: Aws::Imagebuilder::Types::ListInfrastructureConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListInfrastructureConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
You can filter on ‘name` 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>
You can filter on ‘name` to streamline results.
6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6231 class ListInfrastructureConfigurationsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6231 class ListInfrastructureConfigurationsRequest < 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.
6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6231 class ListInfrastructureConfigurationsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |