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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/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.

Returns:

  • (String)


1166
1167
1168
1169
1170
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1166

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