Class: Aws::Invoicing::Types::GetInvoiceUnitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::GetInvoiceUnitRequest
- Includes:
- Structure
- Defined in:
- 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.
652 653 654 655 656 657 |
# File 'lib/aws-sdk-invoicing/types.rb', line 652 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.
652 653 654 655 656 657 |
# File 'lib/aws-sdk-invoicing/types.rb', line 652 class GetInvoiceUnitRequest < Struct.new( :invoice_unit_arn, :as_of) SENSITIVE = [] include Aws::Structure end |