Class: Aws::Outposts::Types::ListOrdersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListOrdersInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
The pagination token.
-
#outpost_identifier_filter ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
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_token ⇒ String
The pagination token.
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_filter ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
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 |