Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hard_limit ⇒ ::Integer
Returns the value of attribute hard_limit.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#soft_limit ⇒ ::Integer
Returns the value of attribute soft_limit.
Instance Attribute Details
#hard_limit ⇒ ::Integer
Returns the value of attribute hard_limit.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def hard_limit @hard_limit end |
#name ⇒ ::String
Returns the value of attribute name.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def name @name end |
#soft_limit ⇒ ::Integer
Returns the value of attribute soft_limit.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def soft_limit @soft_limit end |