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.
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 |
#type ⇒ String
The type of job to be created.
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 |