Class: Aws::Invoicing::Types::PutProcurementPortalPreferenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::PutProcurementPortalPreferenceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#procurement_portal_preference_arn ⇒ String
The Amazon Resource Name (ARN) of the updated procurement portal preference.
Instance Attribute Details
#procurement_portal_preference_arn ⇒ String
The Amazon Resource Name (ARN) of the updated procurement portal preference.
1569 1570 1571 1572 1573 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1569 class PutProcurementPortalPreferenceResponse < Struct.new( :procurement_portal_preference_arn) SENSITIVE = [] include Aws::Structure end |