Class: Aws::Types::ReportTaskRunnerHeartbeatInput
- Inherits:
-
Object
- Object
- Aws::Types::ReportTaskRunnerHeartbeatInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#taskrunner_id ⇒ ::String
Returns the value of attribute taskrunner_id.
-
#worker_group ⇒ ::String
Returns the value of attribute worker_group.
Instance Attribute Details
#hostname ⇒ ::String
Returns the value of attribute hostname.
269 270 271 |
# File 'sig/types.rbs', line 269 def hostname @hostname end |
#taskrunner_id ⇒ ::String
Returns the value of attribute taskrunner_id.
267 268 269 |
# File 'sig/types.rbs', line 267 def taskrunner_id @taskrunner_id end |
#worker_group ⇒ ::String
Returns the value of attribute worker_group.
268 269 270 |
# File 'sig/types.rbs', line 268 def worker_group @worker_group end |