Class: Aws::Outposts::Types::ListQuotesOutput

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

#next_token ⇒ String

The pagination token.

Returns:

  • (String)


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.

Returns:



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