Class: Aws::ImportExport::Types::CreateJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ImportExport::Types::CreateJobOutput
- Defined in:
- gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb
Overview
Output structure for the CreateJob operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_list ⇒ Array<Types::Artifact>
A collection of artifacts.
-
#job_id ⇒ String
A unique identifier which refers to a particular job.
-
#job_type ⇒ String
Specifies whether the job to initiate is an import or export job.
-
#signature ⇒ String
An encrypted code used to authenticate the request and response, for example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=".
-
#signature_file_contents ⇒ String
The actual text of the SIGNATURE file to be written to disk.
-
#warning_message ⇒ String
An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.
Instance Attribute Details
#artifact_list ⇒ Array<Types::Artifact>
A collection of artifacts.
149 150 151 152 153 154 155 156 157 158 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 149 class CreateJobOutput < Struct.new( :job_id, :job_type, :signature, :signature_file_contents, :warning_message, :artifact_list) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
A unique identifier which refers to a particular job.
149 150 151 152 153 154 155 156 157 158 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 149 class CreateJobOutput < Struct.new( :job_id, :job_type, :signature, :signature_file_contents, :warning_message, :artifact_list) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
Specifies whether the job to initiate is an import or export job.
149 150 151 152 153 154 155 156 157 158 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 149 class CreateJobOutput < Struct.new( :job_id, :job_type, :signature, :signature_file_contents, :warning_message, :artifact_list) SENSITIVE = [] include Aws::Structure end |
#signature ⇒ String
An encrypted code used to authenticate the request and response, for example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=". Only use this value is you want to create the signature file yourself. Generally you should use the SignatureFileContents value.
149 150 151 152 153 154 155 156 157 158 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 149 class CreateJobOutput < Struct.new( :job_id, :job_type, :signature, :signature_file_contents, :warning_message, :artifact_list) SENSITIVE = [] include Aws::Structure end |
#signature_file_contents ⇒ String
The actual text of the SIGNATURE file to be written to disk.
149 150 151 152 153 154 155 156 157 158 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 149 class CreateJobOutput < Struct.new( :job_id, :job_type, :signature, :signature_file_contents, :warning_message, :artifact_list) SENSITIVE = [] include Aws::Structure end |
#warning_message ⇒ String
An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.
149 150 151 152 153 154 155 156 157 158 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 149 class CreateJobOutput < Struct.new( :job_id, :job_type, :signature, :signature_file_contents, :warning_message, :artifact_list) SENSITIVE = [] include Aws::Structure end |