Class: Aws::Mgn::Types::Job

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

Overview

Job.

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

the ARN of the specific Job.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1775

class Job < Struct.new(
  :arn,
  :creation_date_time,
  :end_date_time,
  :initiated_by,
  :job_id,
  :participating_servers,
  :status,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#creation_date_timeString

Job creation time.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1775

class Job < Struct.new(
  :arn,
  :creation_date_time,
  :end_date_time,
  :initiated_by,
  :job_id,
  :participating_servers,
  :status,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#end_date_timeString

Job end time.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1775

class Job < Struct.new(
  :arn,
  :creation_date_time,
  :end_date_time,
  :initiated_by,
  :job_id,
  :participating_servers,
  :status,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#initiated_byString

Job initiated by field.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1775

class Job < Struct.new(
  :arn,
  :creation_date_time,
  :end_date_time,
  :initiated_by,
  :job_id,
  :participating_servers,
  :status,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#job_idString

Job ID.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1775

class Job < Struct.new(
  :arn,
  :creation_date_time,
  :end_date_time,
  :initiated_by,
  :job_id,
  :participating_servers,
  :status,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#participating_serversArray<Types::ParticipatingServer>

Servers participating in a specific Job.

Returns:



1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1775

class Job < Struct.new(
  :arn,
  :creation_date_time,
  :end_date_time,
  :initiated_by,
  :job_id,
  :participating_servers,
  :status,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#statusString

Job status.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1775

class Job < Struct.new(
  :arn,
  :creation_date_time,
  :end_date_time,
  :initiated_by,
  :job_id,
  :participating_servers,
  :status,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

Tags associated with specific Job.

Returns:

  • (Hash<String,String>)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1775

class Job < Struct.new(
  :arn,
  :creation_date_time,
  :end_date_time,
  :initiated_by,
  :job_id,
  :participating_servers,
  :status,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#typeString

Job type.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1775

class Job < Struct.new(
  :arn,
  :creation_date_time,
  :end_date_time,
  :initiated_by,
  :job_id,
  :participating_servers,
  :status,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end