Class: Aws::Types::FleetSummary
- Inherits:
-
Object
- Object
- Aws::Types::FleetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_status ⇒ "GROWING", ...
Returns the value of attribute auto_scaling_status.
-
#configuration ⇒ Types::FleetConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
-
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#target_worker_count ⇒ ::Integer
Returns the value of attribute target_worker_count.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#worker_count ⇒ ::Integer
Returns the value of attribute worker_count.
Instance Attribute Details
#auto_scaling_status ⇒ "GROWING", ...
Returns the value of attribute auto_scaling_status.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def auto_scaling_status @auto_scaling_status end |
#configuration ⇒ Types::FleetConfiguration
Returns the value of attribute configuration.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def created_by @created_by end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def fleet_id @fleet_id end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def max_worker_count @max_worker_count end |
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def min_worker_count @min_worker_count end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def @status_message end |
#target_worker_count ⇒ ::Integer
Returns the value of attribute target_worker_count.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def target_worker_count @target_worker_count end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def updated_by @updated_by end |
#worker_count ⇒ ::Integer
Returns the value of attribute worker_count.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def worker_count @worker_count end |