Class: Aws::Outposts::Types::ListQuotesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListQuotesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#quotes ⇒ Array<Types::QuoteSummary>
Information about the quotes.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
2097 2098 2099 2100 2101 2102 |
# File 'lib/aws-sdk-outposts/types.rb', line 2097 class ListQuotesOutput < Struct.new( :quotes, :next_token) SENSITIVE = [] include Aws::Structure end |
#quotes ⇒ Array<Types::QuoteSummary>
Information about the quotes.
2097 2098 2099 2100 2101 2102 |
# File 'lib/aws-sdk-outposts/types.rb', line 2097 class ListQuotesOutput < Struct.new( :quotes, :next_token) SENSITIVE = [] include Aws::Structure end |