Class: Aws::Invoicing::Types::GetInvoiceUnitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::GetInvoiceUnitRequest
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#as_of ⇒ Time
The state of an invoice unit at a specified time.
-
#invoice_unit_arn ⇒ String
The ARN to identify an invoice unit.
Instance Attribute Details
#as_of ⇒ Time
The state of an invoice unit at a specified time. You can see legacy
invoice units that are currently deleted if the AsOf time is set
to before it was deleted. If an AsOf is not provided, the default
value is the current time.
700 701 702 703 704 705 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 700 class GetInvoiceUnitRequest < Struct.new( :invoice_unit_arn, :as_of) SENSITIVE = [] include Aws::Structure end |
#invoice_unit_arn ⇒ String
The ARN to identify an invoice unit. This information can't be modified or deleted.
700 701 702 703 704 705 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 700 class GetInvoiceUnitRequest < Struct.new( :invoice_unit_arn, :as_of) SENSITIVE = [] include Aws::Structure end |