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)


2330
2331
2332
# File 'sig/types.rbs', line 2330

def arn
  @arn
end

#pending_task_count::Integer

Returns the value of attribute pending_task_count.

Returns:

  • (::Integer)


2333
2334
2335
# File 'sig/types.rbs', line 2333

def pending_task_count
  @pending_task_count
end

#requested_task_count::Integer

Returns the value of attribute requested_task_count.

Returns:

  • (::Integer)


2331
2332
2333
# File 'sig/types.rbs', line 2331

def requested_task_count
  @requested_task_count
end

#running_task_count::Integer

Returns the value of attribute running_task_count.

Returns:

  • (::Integer)


2332
2333
2334
# File 'sig/types.rbs', line 2332

def running_task_count
  @running_task_count
end