Class: Aws::DataExchange::Types::CreateJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::CreateJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::RequestDetails
The details for the CreateJob request.
-
#type ⇒ String
The type of job to be created.
Instance Attribute Details
#details ⇒ Types::RequestDetails
The details for the CreateJob request.
707 708 709 710 711 712 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 707 class CreateJobRequest < Struct.new( :details, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of job to be created.
707 708 709 710 711 712 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 707 class CreateJobRequest < Struct.new( :details, :type) SENSITIVE = [] include Aws::Structure end |