Class: Aws::Types::WorkerSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkerSearchSummary
- 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.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#host_properties ⇒ Types::HostPropertiesResponse
Returns the value of attribute host_properties.
-
#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.
3492 3493 3494 |
# File 'sig/types.rbs', line 3492 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3491 3492 3493 |
# File 'sig/types.rbs', line 3491 def created_by @created_by end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
3487 3488 3489 |
# File 'sig/types.rbs', line 3487 def fleet_id @fleet_id end |
#host_properties ⇒ Types::HostPropertiesResponse
Returns the value of attribute host_properties.
3490 3491 3492 |
# File 'sig/types.rbs', line 3490 def host_properties @host_properties end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
3489 3490 3491 |
# File 'sig/types.rbs', line 3489 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3494 3495 3496 |
# File 'sig/types.rbs', line 3494 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3493 3494 3495 |
# File 'sig/types.rbs', line 3493 def updated_by @updated_by end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
3488 3489 3490 |
# File 'sig/types.rbs', line 3488 def worker_id @worker_id end |