Class: Aws::Pinpoint::Types::GetSegmentImportJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_jobs_responseTypes::ImportJobsResponse

Provides information about the status and settings of all the import jobs that are associated with an application or segment. An import job is a job that imports endpoint definitions from one or more files.



7251
7252
7253
7254
7255
# File 'lib/aws-sdk-pinpoint/types.rb', line 7251

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