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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_idString

The ID of the supplemental document.

Returns:

  • (String)


1768
1769
1770
1771
1772
1773
1774
1775
# File 'lib/aws-sdk-invoicing/types.rb', line 1768

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

#document_typeString

The type of supplemental document.

Returns:

  • (String)


1768
1769
1770
1771
1772
1773
1774
1775
# File 'lib/aws-sdk-invoicing/types.rb', line 1768

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

#document_urlString

The pre-signed URL to download invoice supplemental document.

Returns:

  • (String)


1768
1769
1770
1771
1772
1773
1774
1775
# File 'lib/aws-sdk-invoicing/types.rb', line 1768

class SupplementalDocument < Struct.new(
  :document_type,
  :document_id,
  :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)


1768
1769
1770
1771
1772
1773
1774
1775
# File 'lib/aws-sdk-invoicing/types.rb', line 1768

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