Class: Aws::Types::UpdateLimitRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLimitRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
-
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3216 3217 3218 |
# File 'sig/types.rbs', line 3216 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
3215 3216 3217 |
# File 'sig/types.rbs', line 3215 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3213 3214 3215 |
# File 'sig/types.rbs', line 3213 def farm_id @farm_id end |
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
3214 3215 3216 |
# File 'sig/types.rbs', line 3214 def limit_id @limit_id end |
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
3217 3218 3219 |
# File 'sig/types.rbs', line 3217 def max_count @max_count end |