Class: Aws::Invoicing::Types::ListProcurementPortalPreferencesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1184

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

#procurement_portal_preferencesArray<Types::ProcurementPortalPreferenceSummary>

The list of procurement portal preferences associated with the Amazon Web Services account.



1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1184

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