Class: Aws::Invoicing::Types::UpdateInvoiceUnitResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invoice_unit_arnString

The ARN to identify an invoice unit. This information can’t be modified or deleted.



1931
1932
1933
1934
1935
# File 'lib/aws-sdk-invoicing/types.rb', line 1931

class UpdateInvoiceUnitResponse < Struct.new(
  :invoice_unit_arn)
  SENSITIVE = []
  include Aws::Structure
end