Class: Aws::Types::PollForTaskInput
- Inherits:
-
Object
- Object
- Aws::Types::PollForTaskInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#instance_identity ⇒ Types::InstanceIdentity
Returns the value of attribute instance_identity.
-
#worker_group ⇒ ::String
Returns the value of attribute worker_group.
Instance Attribute Details
#hostname ⇒ ::String
Returns the value of attribute hostname.
200 201 202 |
# File 'sig/types.rbs', line 200 def hostname @hostname end |
#instance_identity ⇒ Types::InstanceIdentity
Returns the value of attribute instance_identity.
201 202 203 |
# File 'sig/types.rbs', line 201 def instance_identity @instance_identity end |
#worker_group ⇒ ::String
Returns the value of attribute worker_group.
199 200 201 |
# File 'sig/types.rbs', line 199 def worker_group @worker_group end |