Class: Aws::Mgn::Types::Job
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::Job
- Defined in:
- gems/aws-sdk-mgn/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.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1815 class Job < Struct.new( :job_id, :arn, :type, :initiated_by, :creation_date_time, :end_date_time, :status, :participating_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#creation_date_time ⇒ String
Job creation time.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1815 class Job < Struct.new( :job_id, :arn, :type, :initiated_by, :creation_date_time, :end_date_time, :status, :participating_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#end_date_time ⇒ String
Job end time.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1815 class Job < Struct.new( :job_id, :arn, :type, :initiated_by, :creation_date_time, :end_date_time, :status, :participating_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#initiated_by ⇒ String
Job initiated by field.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1815 class Job < Struct.new( :job_id, :arn, :type, :initiated_by, :creation_date_time, :end_date_time, :status, :participating_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#job_id ⇒ String
Job ID.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1815 class Job < Struct.new( :job_id, :arn, :type, :initiated_by, :creation_date_time, :end_date_time, :status, :participating_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#participating_servers ⇒ Array<Types::ParticipatingServer>
Servers participating in a specific Job.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1815 class Job < Struct.new( :job_id, :arn, :type, :initiated_by, :creation_date_time, :end_date_time, :status, :participating_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#status ⇒ String
Job status.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1815 class Job < Struct.new( :job_id, :arn, :type, :initiated_by, :creation_date_time, :end_date_time, :status, :participating_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags associated with specific Job.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1815 class Job < Struct.new( :job_id, :arn, :type, :initiated_by, :creation_date_time, :end_date_time, :status, :participating_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#type ⇒ String
Job type.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1815 class Job < Struct.new( :job_id, :arn, :type, :initiated_by, :creation_date_time, :end_date_time, :status, :participating_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |