Class: Aws::Types::DeleteLimitRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLimitRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
956 957 958 |
# File 'sig/types.rbs', line 956 def farm_id @farm_id end |
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
957 958 959 |
# File 'sig/types.rbs', line 957 def limit_id @limit_id end |