Class: Aws::Outposts::Types::ListQuotesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListQuotesInput
- 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.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
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.
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 |