Class: Aws::Drs::Types::Job
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::Job
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
A job is an asynchronous workflow.
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of a Job.
-
#creation_date_time ⇒ String
The date and time of when the Job was created.
-
#end_date_time ⇒ String
The date and time of when the Job ended.
-
#initiated_by ⇒ String
A string representing who initiated the Job.
-
#job_id ⇒ String
The ID of the Job.
-
#participating_resources ⇒ Array<Types::ParticipatingResource>
A list of resources that the Job is acting upon.
-
#participating_servers ⇒ Array<Types::ParticipatingServer>
A list of servers that the Job is acting upon.
-
#status ⇒ String
The status of the Job.
-
#tags ⇒ Hash<String,String>
A list of tags associated with the Job.
-
#type ⇒ String
The type of the Job.
Instance Attribute Details
#arn ⇒ String
The ARN of a Job.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |
#creation_date_time ⇒ String
The date and time of when the Job was created.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |
#end_date_time ⇒ String
The date and time of when the Job ended.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |
#initiated_by ⇒ String
A string representing who initiated the Job.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |
#job_id ⇒ String
The ID of the Job.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |
#participating_resources ⇒ Array<Types::ParticipatingResource>
A list of resources that the Job is acting upon.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |
#participating_servers ⇒ Array<Types::ParticipatingServer>
A list of servers that the Job is acting upon.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |
#status ⇒ String
The status of the Job.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of tags associated with the Job.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |
#type ⇒ String
The type of the Job.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-drs/types.rb', line 1355 class Job < Struct.new( :arn, :creation_date_time, :end_date_time, :initiated_by, :job_id, :participating_resources, :participating_servers, :status, :tags, :type) SENSITIVE = [:tags] include Aws::Structure end |