Class: Aws::SupplyChain::Types::ListInstancesRequest

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_name_filterArray<String>

The filter to ListInstances based on their names.

Returns:

  • (Array<String>)


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_filterArray<String>

The filter to ListInstances based on their state.

Returns:

  • (Array<String>)


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_resultsInteger

Specify the maximum number of instances to fetch in this paginated request.

Returns:

  • (Integer)


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_tokenString

The pagination token to fetch the next page of instances.

Returns:

  • (String)


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