Class: Aws::Types::EcsCapacityIncreaseConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_monitoring_approach"sampledMaxInLast24Hours", "containerInsightsMaxInLast24Hours"

Returns the value of attribute capacity_monitoring_approach.

Returns:

  • ("sampledMaxInLast24Hours", "containerInsightsMaxInLast24Hours")


200
201
202
# File 'sig/types.rbs', line 200

def capacity_monitoring_approach
  @capacity_monitoring_approach
end

#services::Array[Types::Service]

Returns the value of attribute services.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def services
  @services
end

#target_percent::Integer

Returns the value of attribute target_percent.

Returns:

  • (::Integer)


199
200
201
# File 'sig/types.rbs', line 199

def target_percent
  @target_percent
end

#timeout_minutes::Integer

Returns the value of attribute timeout_minutes.

Returns:

  • (::Integer)


196
197
198
# File 'sig/types.rbs', line 196

def timeout_minutes
  @timeout_minutes
end

#ungracefulTypes::EcsUngraceful

Returns the value of attribute ungraceful.



198
199
200
# File 'sig/types.rbs', line 198

def ungraceful
  @ungraceful
end