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)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def borrow_limit
  @borrow_limit
end

#strategy"RESERVE", ...

Returns the value of attribute strategy.

Returns:

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


1316
1317
1318
# File 'sig/types.rbs', line 1316

def strategy
  @strategy
end