Class: Aws::Types::AccountLimit
- Inherits:
-
Object
- Object
- Aws::Types::AccountLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_size_unzipped ⇒ ::Integer
Returns the value of attribute code_size_unzipped.
-
#code_size_zipped ⇒ ::Integer
Returns the value of attribute code_size_zipped.
-
#concurrent_executions ⇒ ::Integer
Returns the value of attribute concurrent_executions.
-
#total_code_size ⇒ ::Integer
Returns the value of attribute total_code_size.
-
#unreserved_concurrent_executions ⇒ ::Integer
Returns the value of attribute unreserved_concurrent_executions.
Instance Attribute Details
#code_size_unzipped ⇒ ::Integer
Returns the value of attribute code_size_unzipped.
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.
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.
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.
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.
16 17 18 |
# File 'sig/types.rbs', line 16 def unreserved_concurrent_executions @unreserved_concurrent_executions end |