Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
-
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
-
#initiated_by ⇒ "START_RECOVERY", ...
Returns the value of attribute initiated_by.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#participating_resources ⇒ ::Array[Types::ParticipatingResource]
Returns the value of attribute participating_resources.
-
#participating_servers ⇒ ::Array[Types::ParticipatingServer]
Returns the value of attribute participating_servers.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "LAUNCH", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
555 556 557 |
# File 'sig/types.rbs', line 555 def arn @arn end |
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
558 559 560 |
# File 'sig/types.rbs', line 558 def creation_date_time @creation_date_time end |
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
559 560 561 |
# File 'sig/types.rbs', line 559 def end_date_time @end_date_time end |
#initiated_by ⇒ "START_RECOVERY", ...
Returns the value of attribute initiated_by.
557 558 559 |
# File 'sig/types.rbs', line 557 def initiated_by @initiated_by end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
554 555 556 |
# File 'sig/types.rbs', line 554 def job_id @job_id end |
#participating_resources ⇒ ::Array[Types::ParticipatingResource]
Returns the value of attribute participating_resources.
563 564 565 |
# File 'sig/types.rbs', line 563 def participating_resources @participating_resources end |
#participating_servers ⇒ ::Array[Types::ParticipatingServer]
Returns the value of attribute participating_servers.
561 562 563 |
# File 'sig/types.rbs', line 561 def participating_servers @participating_servers end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
560 561 562 |
# File 'sig/types.rbs', line 560 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
562 563 564 |
# File 'sig/types.rbs', line 562 def @tags end |
#type ⇒ "LAUNCH", ...
Returns the value of attribute type.
556 557 558 |
# File 'sig/types.rbs', line 556 def type @type end |