Class: Aws::Invoicing::Types::UpdateInvoiceUnitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::UpdateInvoiceUnitResponse
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invoice_unit_arn ⇒ String
The ARN to identify an invoice unit.
Instance Attribute Details
#invoice_unit_arn ⇒ String
The ARN to identify an invoice unit. This information can't be modified or deleted.
653 654 655 656 657 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 653 class UpdateInvoiceUnitResponse < Struct.new( :invoice_unit_arn) SENSITIVE = [] include Aws::Structure end |