Class: Aws::Invoicing::Types::SupplementalDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::SupplementalDocument
- 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
-
#document_id ⇒ String
The ID of the supplemental document.
-
#document_type ⇒ String
The type of supplemental document.
-
#document_url ⇒ String
The pre-signed URL to download invoice supplemental document.
-
#document_url_expiration_date ⇒ Time
The pre-signed URL expiration date of invoice supplemental document.
Instance Attribute Details
#document_id ⇒ String
The ID of the supplemental document.
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_type ⇒ String
The type of supplemental document.
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 ⇒ String
The pre-signed URL to download invoice supplemental document.
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_date ⇒ Time
The pre-signed URL expiration date of invoice supplemental document.
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 |