Class: Aws::Types::GetFleetResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_status"GROWING", ...

Returns the value of attribute auto_scaling_status.

Returns:

  • ("GROWING", "STEADY", "SHRINKING")


1301
1302
1303
# File 'sig/types.rbs', line 1301

def auto_scaling_status
  @auto_scaling_status
end

#capabilitiesTypes::FleetCapabilities

Returns the value of attribute capabilities.



1313
1314
1315
# File 'sig/types.rbs', line 1313

def capabilities
  @capabilities
end

#configurationTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def fleet_id
  @fleet_id
end

#host_configurationTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def role_arn
  @role_arn
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "SUSPENDED")


1299
1300
1301
# File 'sig/types.rbs', line 1299

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def status_message
  @status_message
end

#target_worker_count::Integer

Returns the value of attribute target_worker_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def worker_count
  @worker_count
end