Class: Aws::Invoicing::Types::GetInvoiceUnitRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-invoicing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#as_ofTime

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_arnString

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