Class: Aws::DataExchange::Types::CreateJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::RequestDetails

The details for the CreateJob request.



499
500
501
502
503
504
# File 'lib/aws-sdk-dataexchange/types.rb', line 499

class CreateJobRequest < Struct.new(
  :details,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of job to be created.

Returns:

  • (String)


499
500
501
502
503
504
# File 'lib/aws-sdk-dataexchange/types.rb', line 499

class CreateJobRequest < Struct.new(
  :details,
  :type)
  SENSITIVE = []
  include Aws::Structure
end