Class: Aws::Types::ServiceRevisionSummary

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)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def arn
  @arn
end

#pending_task_count::Integer

Returns the value of attribute pending_task_count.

Returns:

  • (::Integer)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def pending_task_count
  @pending_task_count
end

#requested_production_traffic_weight::Float

Returns the value of attribute requested_production_traffic_weight.

Returns:

  • (::Float)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def requested_production_traffic_weight
  @requested_production_traffic_weight
end

#requested_task_count::Integer

Returns the value of attribute requested_task_count.

Returns:

  • (::Integer)


2486
2487
2488
# File 'sig/types.rbs', line 2486

def requested_task_count
  @requested_task_count
end

#requested_test_traffic_weight::Float

Returns the value of attribute requested_test_traffic_weight.

Returns:

  • (::Float)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def requested_test_traffic_weight
  @requested_test_traffic_weight
end

#running_task_count::Integer

Returns the value of attribute running_task_count.

Returns:

  • (::Integer)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def running_task_count
  @running_task_count
end