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)


2469
2470
2471
# File 'sig/types.rbs', line 2469

def arn
  @arn
end

#pending_task_count::Integer

Returns the value of attribute pending_task_count.

Returns:

  • (::Integer)


2472
2473
2474
# File 'sig/types.rbs', line 2472

def pending_task_count
  @pending_task_count
end

#requested_production_traffic_weight::Float

Returns the value of attribute requested_production_traffic_weight.

Returns:

  • (::Float)


2474
2475
2476
# File 'sig/types.rbs', line 2474

def requested_production_traffic_weight
  @requested_production_traffic_weight
end

#requested_task_count::Integer

Returns the value of attribute requested_task_count.

Returns:

  • (::Integer)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def requested_task_count
  @requested_task_count
end

#requested_test_traffic_weight::Float

Returns the value of attribute requested_test_traffic_weight.

Returns:

  • (::Float)


2473
2474
2475
# File 'sig/types.rbs', line 2473

def requested_test_traffic_weight
  @requested_test_traffic_weight
end

#running_task_count::Integer

Returns the value of attribute running_task_count.

Returns:

  • (::Integer)


2471
2472
2473
# File 'sig/types.rbs', line 2471

def running_task_count
  @running_task_count
end