Class: Aws::Types::QuotaShareResourceSharingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#borrow_limit::Integer

Returns the value of attribute borrow_limit.

Returns:

  • (::Integer)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def borrow_limit
  @borrow_limit
end

#strategy"RESERVE", ...

Returns the value of attribute strategy.

Returns:

  • ("RESERVE", "LEND", "LEND_AND_BORROW")


1309
1310
1311
# File 'sig/types.rbs', line 1309

def strategy
  @strategy
end