Class: Aws::Invoicing::Types::DeleteInvoiceUnitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::DeleteInvoiceUnitRequest
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
-
#invoice_unit_arn ⇒ String
The ARN to identify an invoice unit.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
393 394 395 396 397 398 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 393 class DeleteInvoiceUnitRequest < Struct.new( :invoice_unit_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#invoice_unit_arn ⇒ String
The ARN to identify an invoice unit. This information can't be modified or deleted.
393 394 395 396 397 398 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 393 class DeleteInvoiceUnitRequest < Struct.new( :invoice_unit_arn, :client_token) SENSITIVE = [] include Aws::Structure end |