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_TEST", ...
Returns the value of attribute initiated_by.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#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", "TERMINATE"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
641 642 643 |
# File 'sig/types.rbs', line 641 def arn @arn end |
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
644 645 646 |
# File 'sig/types.rbs', line 644 def creation_date_time @creation_date_time end |
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
645 646 647 |
# File 'sig/types.rbs', line 645 def end_date_time @end_date_time end |
#initiated_by ⇒ "START_TEST", ...
Returns the value of attribute initiated_by.
643 644 645 |
# File 'sig/types.rbs', line 643 def initiated_by @initiated_by end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
640 641 642 |
# File 'sig/types.rbs', line 640 def job_id @job_id end |
#participating_servers ⇒ ::Array[Types::ParticipatingServer]
Returns the value of attribute participating_servers.
647 648 649 |
# File 'sig/types.rbs', line 647 def participating_servers @participating_servers end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
646 647 648 |
# File 'sig/types.rbs', line 646 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
648 649 650 |
# File 'sig/types.rbs', line 648 def end |
#type ⇒ "LAUNCH", "TERMINATE"
Returns the value of attribute type.
642 643 644 |
# File 'sig/types.rbs', line 642 def type @type end |