Class: Aws::Invoicing::Types::GetInvoicePDFResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invoice_pdfTypes::InvoicePDF

The invoice document and supplemental documents associated with the invoice.

Returns:



632
633
634
635
636
# File 'lib/aws-sdk-invoicing/types.rb', line 632

class GetInvoicePDFResponse < Struct.new(
  :invoice_pdf)
  SENSITIVE = []
  include Aws::Structure
end