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.
685 686 687 688 689 690 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 685 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.
685 686 687 688 689 690 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 685 class GetInvoiceUnitRequest < Struct.new( :invoice_unit_arn, :as_of) SENSITIVE = [] include Aws::Structure end |