Class: Aws::Types::WorkerSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#host_properties ⇒ Types::HostPropertiesResponse
Returns the value of attribute host_properties.
-
#log ⇒ Types::LogConfiguration
Returns the value of attribute log.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3516 3517 3518 |
# File 'sig/types.rbs', line 3516 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3517 3518 3519 |
# File 'sig/types.rbs', line 3517 def created_by @created_by end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3510 3511 3512 |
# File 'sig/types.rbs', line 3510 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
3511 3512 3513 |
# File 'sig/types.rbs', line 3511 def fleet_id @fleet_id end |
#host_properties ⇒ Types::HostPropertiesResponse
Returns the value of attribute host_properties.
3513 3514 3515 |
# File 'sig/types.rbs', line 3513 def host_properties @host_properties end |
#log ⇒ Types::LogConfiguration
Returns the value of attribute log.
3515 3516 3517 |
# File 'sig/types.rbs', line 3515 def log @log end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
3514 3515 3516 |
# File 'sig/types.rbs', line 3514 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3518 3519 3520 |
# File 'sig/types.rbs', line 3518 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 def updated_by @updated_by end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
3512 3513 3514 |
# File 'sig/types.rbs', line 3512 def worker_id @worker_id end |