Class: Aws::Types::ExecutorsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#executor_id::String

Returns the value of attribute executor_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def executor_id
  @executor_id
end

#executor_size::Integer

Returns the value of attribute executor_size.

Returns:

  • (::Integer)


374
375
376
# File 'sig/types.rbs', line 374

def executor_size
  @executor_size
end

#executor_state"CREATING", ...

Returns the value of attribute executor_state.

Returns:

  • ("CREATING", "CREATED", "REGISTERED", "TERMINATING", "TERMINATED", "FAILED")


373
374
375
# File 'sig/types.rbs', line 373

def executor_state
  @executor_state
end

#executor_type"COORDINATOR", ...

Returns the value of attribute executor_type.

Returns:

  • ("COORDINATOR", "GATEWAY", "WORKER")


370
371
372
# File 'sig/types.rbs', line 370

def executor_type
  @executor_type
end

#start_date_time::Integer

Returns the value of attribute start_date_time.

Returns:

  • (::Integer)


371
372
373
# File 'sig/types.rbs', line 371

def start_date_time
  @start_date_time
end

#termination_date_time::Integer

Returns the value of attribute termination_date_time.

Returns:

  • (::Integer)


372
373
374
# File 'sig/types.rbs', line 372

def termination_date_time
  @termination_date_time
end