Class: Aws::DataExchange::Types::CreateJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::CreateJobRequest
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_configuration ⇒ Types::AssetConfiguration
The configuration for the asset, including tags to be applied to assets created by the job.
-
#details ⇒ Types::RequestDetails
The details for the CreateJob request.
-
#type ⇒ String
The type of job to be created.
Instance Attribute Details
#asset_configuration ⇒ Types::AssetConfiguration
The configuration for the asset, including tags to be applied to assets created by the job.
736 737 738 739 740 741 742 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 736 class CreateJobRequest < Struct.new( :asset_configuration, :details, :type) SENSITIVE = [] include Aws::Structure end |
#details ⇒ Types::RequestDetails
The details for the CreateJob request.
736 737 738 739 740 741 742 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 736 class CreateJobRequest < Struct.new( :asset_configuration, :details, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of job to be created.
736 737 738 739 740 741 742 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 736 class CreateJobRequest < Struct.new( :asset_configuration, :details, :type) SENSITIVE = [] include Aws::Structure end |