Method: Aws::Pinpoint::Types::ImportJobResponse#definition
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#definition ⇒ Types::ImportJobResource
The resource settings that apply to the import job.
7793 7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 7809 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7793 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |