Class: Aws::ImportExport::Types::UpdateJobOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb

Overview

Output structure for the UpateJob operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_listArray<Types::Artifact>

A collection of artifacts.

Returns:



710
711
712
713
714
715
716
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 710

class UpdateJobOutput < Struct.new(
  :success,
  :warning_message,
  :artifact_list)
  SENSITIVE = []
  include Aws::Structure
end

#successBoolean

Specifies whether (true) or not (false) AWS Import/Export updated your job.

Returns:

  • (Boolean)


710
711
712
713
714
715
716
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 710

class UpdateJobOutput < Struct.new(
  :success,
  :warning_message,
  :artifact_list)
  SENSITIVE = []
  include Aws::Structure
end

#warning_messageString

An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.

Returns:

  • (String)


710
711
712
713
714
715
716
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 710

class UpdateJobOutput < Struct.new(
  :success,
  :warning_message,
  :artifact_list)
  SENSITIVE = []
  include Aws::Structure
end