Class: Aws::Mgn::Types::Job
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::Job
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Job.
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
the ARN of the specific Job.
-
#creation_date_time ⇒ String
Job creation time.
-
#end_date_time ⇒ String
Job end time.
-
#initiated_by ⇒ String
Job initiated by field.
-
#job_id ⇒ String
Job ID.
-
#participating_servers ⇒ Array<Types::ParticipatingServer>
Servers participating in a specific Job.
-
#status ⇒ String
Job status.
-
#tags ⇒ Hash<String,String>
Tags associated with specific Job.
-
#type ⇒ String
Job type.
Instance Attribute Details
#arn ⇒ String
the ARN of the specific Job.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File '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_time ⇒ String
Job creation time.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File '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_time ⇒ String
Job end time.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File '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_by ⇒ String
Job initiated by field.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File '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_id ⇒ String
Job ID.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File '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_servers ⇒ Array<Types::ParticipatingServer>
Servers participating in a specific Job.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File '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 |
#status ⇒ String
Job status.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File '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 |
#tags ⇒ Hash<String,String>
Tags associated with specific Job.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File '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 |
#type ⇒ String
Job type.
1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File '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 |