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.
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-mgn/types.rb', line 2076 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.
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-mgn/types.rb', line 2076 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.
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-mgn/types.rb', line 2076 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.
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-mgn/types.rb', line 2076 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.
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-mgn/types.rb', line 2076 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.
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-mgn/types.rb', line 2076 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.
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-mgn/types.rb', line 2076 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.
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-mgn/types.rb', line 2076 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.
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-mgn/types.rb', line 2076 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 |