Class: Aws::Invoicing::Types::GetProcurementPortalPreferenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::GetProcurementPortalPreferenceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#procurement_portal_preference ⇒ Types::ProcurementPortalPreference
The detailed configuration of the requested procurement portal preference.
Instance Attribute Details
#procurement_portal_preference ⇒ Types::ProcurementPortalPreference
The detailed configuration of the requested procurement portal preference.
728 729 730 731 732 |
# File 'lib/aws-sdk-invoicing/types.rb', line 728 class GetProcurementPortalPreferenceResponse < Struct.new( :procurement_portal_preference) SENSITIVE = [] include Aws::Structure end |