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>)


2012
2013
2014
2015
2016
2017
2018
2019
# File 'lib/aws-sdk-supplychain/types.rb', line 2012

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>)


2012
2013
2014
2015
2016
2017
2018
2019
# File 'lib/aws-sdk-supplychain/types.rb', line 2012

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)


2012
2013
2014
2015
2016
2017
2018
2019
# File 'lib/aws-sdk-supplychain/types.rb', line 2012

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)


2012
2013
2014
2015
2016
2017
2018
2019
# File 'lib/aws-sdk-supplychain/types.rb', line 2012

class ListInstancesRequest < Struct.new(
  :next_token,
  :max_results,
  :instance_name_filter,
  :instance_state_filter)
  SENSITIVE = []
  include Aws::Structure
end