Class: Aws::Outposts::Types::ListOrdersInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum page size.

Returns:

  • (Integer)


1484
1485
1486
1487
1488
1489
1490
# File 'lib/aws-sdk-outposts/types.rb', line 1484

class ListOrdersInput < Struct.new(
  :outpost_identifier_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1484
1485
1486
1487
1488
1489
1490
# File 'lib/aws-sdk-outposts/types.rb', line 1484

class ListOrdersInput < Struct.new(
  :outpost_identifier_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_identifier_filterString

The ID or the Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


1484
1485
1486
1487
1488
1489
1490
# File 'lib/aws-sdk-outposts/types.rb', line 1484

class ListOrdersInput < Struct.new(
  :outpost_identifier_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end