Class: Aws::Types::FleetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_status"GROWING", ...

Returns the value of attribute auto_scaling_status.

Returns:

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


1234
1235
1236
# File 'sig/types.rbs', line 1234

def auto_scaling_status
  @auto_scaling_status
end

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

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

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


1232
1233
1234
# File 'sig/types.rbs', line 1232

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def status_message
  @status_message
end

#target_worker_count::Integer

Returns the value of attribute target_worker_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def worker_count
  @worker_count
end