Class: Aws::SupplyChain::Types::ListInstancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ListInstancesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for ListInstances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_name_filter ⇒ Array<String>
The filter to ListInstances based on their names.
-
#instance_state_filter ⇒ Array<String>
The filter to ListInstances based on their state.
-
#max_results ⇒ Integer
Specify the maximum number of instances to fetch in this paginated request.
-
#next_token ⇒ String
The pagination token to fetch the next page of instances.
Instance Attribute Details
#instance_name_filter ⇒ Array<String>
The filter to ListInstances based on their names.
1146 1147 1148 1149 1150 1151 1152 1153 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1146 class ListInstancesRequest < Struct.new( :next_token, :max_results, :instance_name_filter, :instance_state_filter) SENSITIVE = [] include Aws::Structure end |
#instance_state_filter ⇒ Array<String>
The filter to ListInstances based on their state.
1146 1147 1148 1149 1150 1151 1152 1153 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1146 class ListInstancesRequest < Struct.new( :next_token, :max_results, :instance_name_filter, :instance_state_filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specify the maximum number of instances to fetch in this paginated request.
1146 1147 1148 1149 1150 1151 1152 1153 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1146 class ListInstancesRequest < Struct.new( :next_token, :max_results, :instance_name_filter, :instance_state_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to fetch the next page of instances.
1146 1147 1148 1149 1150 1151 1152 1153 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1146 class ListInstancesRequest < Struct.new( :next_token, :max_results, :instance_name_filter, :instance_state_filter) SENSITIVE = [] include Aws::Structure end |