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.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def borrow_limit @borrow_limit end |
#strategy ⇒ "RESERVE", ...
Returns the value of attribute strategy.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def strategy @strategy end |