Class: Aws::Invoicing::Types::GetInvoicePDFResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::GetInvoicePDFResponse
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invoice_pdf ⇒ Types::InvoicePDF
The invoice document and supplemental documents associated with the invoice.
Instance Attribute Details
#invoice_pdf ⇒ Types::InvoicePDF
The invoice document and supplemental documents associated with the invoice.
397 398 399 400 401 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 397 class GetInvoicePDFResponse < Struct.new( :invoice_pdf) SENSITIVE = [] include Aws::Structure end |