Class: Aws::Types::ServiceCurrentRevisionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2346
2347
2348
# File 'sig/types.rbs', line 2346

def arn
  @arn
end

#pending_task_count::Integer

Returns the value of attribute pending_task_count.

Returns:

  • (::Integer)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def pending_task_count
  @pending_task_count
end

#requested_task_count::Integer

Returns the value of attribute requested_task_count.

Returns:

  • (::Integer)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def requested_task_count
  @requested_task_count
end

#running_task_count::Integer

Returns the value of attribute running_task_count.

Returns:

  • (::Integer)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def running_task_count
  @running_task_count
end