Class: Aws::Types::NotScaledReason

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def code
  @code
end

#current_capacity::Integer

Returns the value of attribute current_capacity.

Returns:

  • (::Integer)


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

def current_capacity
  @current_capacity
end

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


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

def max_capacity
  @max_capacity
end

#min_capacity::Integer

Returns the value of attribute min_capacity.

Returns:

  • (::Integer)


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

def min_capacity
  @min_capacity
end