Class: Aws::Outposts::Types::ListQuotesInput

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)


2080
2081
2082
2083
2084
2085
# File 'lib/aws-sdk-outposts/types.rb', line 2080

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

#next_token ⇒ String

The pagination token.

Returns:

  • (String)


2080
2081
2082
2083
2084
2085
# File 'lib/aws-sdk-outposts/types.rb', line 2080

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