Class: Aws::Invoicing::Types::SupplementalDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::SupplementalDocument
- 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
-
#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_url ⇒ String
The pre-signed URL to download invoice supplemental document.
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_date ⇒ Time
The pre-signed URL expiration date of invoice supplemental document.
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 |