Class: Aws::Types::QuotaShareResourceSharingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::QuotaShareResourceSharingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#borrow_limit ⇒ ::Integer
Returns the value of attribute borrow_limit.
-
#strategy ⇒ "RESERVE", ...
Returns the value of attribute strategy.
Instance Attribute Details
#borrow_limit ⇒ ::Integer
Returns the value of attribute borrow_limit.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def borrow_limit @borrow_limit end |
#strategy ⇒ "RESERVE", ...
Returns the value of attribute strategy.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def strategy @strategy end |