Class: Aws::Types::AccountLimit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_size_unzipped::Integer

Returns the value of attribute code_size_unzipped.

Returns:

  • (::Integer)


13
14
15
# File 'sig/types.rbs', line 13

def code_size_unzipped
  @code_size_unzipped
end

#code_size_zipped::Integer

Returns the value of attribute code_size_zipped.

Returns:

  • (::Integer)


14
15
16
# File 'sig/types.rbs', line 14

def code_size_zipped
  @code_size_zipped
end

#concurrent_executions::Integer

Returns the value of attribute concurrent_executions.

Returns:

  • (::Integer)


15
16
17
# File 'sig/types.rbs', line 15

def concurrent_executions
  @concurrent_executions
end

#total_code_size::Integer

Returns the value of attribute total_code_size.

Returns:

  • (::Integer)


12
13
14
# File 'sig/types.rbs', line 12

def total_code_size
  @total_code_size
end

#unreserved_concurrent_executions::Integer

Returns the value of attribute unreserved_concurrent_executions.

Returns:

  • (::Integer)


16
17
18
# File 'sig/types.rbs', line 16

def unreserved_concurrent_executions
  @unreserved_concurrent_executions
end