Class: Aws::Types::GetFleetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFleetResponse
- 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.
-
#capabilities ⇒ Types::FleetCapabilities
Returns the value of attribute capabilities.
-
#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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#host_configuration ⇒ Types::HostConfiguration
Returns the value of attribute host_configuration.
-
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
-
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def auto_scaling_status @auto_scaling_status end |
#capabilities ⇒ Types::FleetCapabilities
Returns the value of attribute capabilities.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def capabilities @capabilities end |
#configuration ⇒ Types::FleetConfiguration
Returns the value of attribute configuration.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def fleet_id @fleet_id end |
#host_configuration ⇒ Types::HostConfiguration
Returns the value of attribute host_configuration.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def host_configuration @host_configuration end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def max_worker_count @max_worker_count end |
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def min_worker_count @min_worker_count end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def role_arn @role_arn end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def @status_message end |
#target_worker_count ⇒ ::Integer
Returns the value of attribute target_worker_count.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def target_worker_count @target_worker_count end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def updated_by @updated_by end |
#worker_count ⇒ ::Integer
Returns the value of attribute worker_count.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def worker_count @worker_count end |