Class: Aws::Types::ComputeCapacity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_instances::Integer

Returns the value of attribute desired_instances.

Returns:

  • (::Integer)


226
227
228
# File 'sig/types.rbs', line 226

def desired_instances
  @desired_instances
end

#desired_sessions::Integer

Returns the value of attribute desired_sessions.

Returns:

  • (::Integer)


227
228
229
# File 'sig/types.rbs', line 227

def desired_sessions
  @desired_sessions
end