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_results ⇒ Integer

The maximum page size.

Returns:

  • (Integer)


1995
1996
1997
1998
1999
2000
2001
# File 'lib/aws-sdk-outposts/types.rb', line 1995

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

#next_token ⇒ String

The pagination token.

Returns:

  • (String)


1995
1996
1997
1998
1999
2000
2001
# File 'lib/aws-sdk-outposts/types.rb', line 1995

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.

Returns:

  • (String)


1995
1996
1997
1998
1999
2000
2001
# File 'lib/aws-sdk-outposts/types.rb', line 1995

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