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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/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:



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