Class: Aws::Invoicing::Types::ListProcurementPortalPreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::ListProcurementPortalPreferencesResponse
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next set of results, or null if there are no more results.
-
#procurement_portal_preferences ⇒ Array<Types::ProcurementPortalPreferenceSummary>
The list of procurement portal preferences associated with the Amazon Web Services account.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next set of results, or null if there are no more results.
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_preferences ⇒ Array<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 |