Class: Aws::Types::ResourceSharingConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSharingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_borrow_limits ⇒ ::Array[Types::ComputeQuotaResourceConfig]
Returns the value of attribute absolute_borrow_limits.
-
#borrow_limit ⇒ ::Integer
Returns the value of attribute borrow_limit.
-
#strategy ⇒ "Lend", ...
Returns the value of attribute strategy.
Instance Attribute Details
#absolute_borrow_limits ⇒ ::Array[Types::ComputeQuotaResourceConfig]
Returns the value of attribute absolute_borrow_limits.
10585 10586 10587 |
# File 'sig/types.rbs', line 10585 def absolute_borrow_limits @absolute_borrow_limits end |
#borrow_limit ⇒ ::Integer
Returns the value of attribute borrow_limit.
10584 10585 10586 |
# File 'sig/types.rbs', line 10584 def borrow_limit @borrow_limit end |
#strategy ⇒ "Lend", ...
Returns the value of attribute strategy.
10583 10584 10585 |
# File 'sig/types.rbs', line 10583 def strategy @strategy end |