Class: Aws::Invoicing::Types::SupplementalDocument

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

Overview

Supplemental document associated with the invoice.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_urlString

The pre-signed URL to download invoice supplemental document.

Returns:

  • (String)


1024
1025
1026
1027
1028
1029
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1024

class SupplementalDocument < Struct.new(
  :document_url,
  :document_url_expiration_date)
  SENSITIVE = []
  include Aws::Structure
end

#document_url_expiration_dateTime

The pre-signed URL expiration date of invoice supplemental document.

Returns:

  • (Time)


1024
1025
1026
1027
1028
1029
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1024

class SupplementalDocument < Struct.new(
  :document_url,
  :document_url_expiration_date)
  SENSITIVE = []
  include Aws::Structure
end