Class: Aws::Types::ResourceSharingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_borrow_limits::Array[Types::ComputeQuotaResourceConfig]

Returns the value of attribute absolute_borrow_limits.

Returns:



10578
10579
10580
# File 'sig/types.rbs', line 10578

def absolute_borrow_limits
  @absolute_borrow_limits
end

#borrow_limit::Integer

Returns the value of attribute borrow_limit.

Returns:

  • (::Integer)


10577
10578
10579
# File 'sig/types.rbs', line 10577

def borrow_limit
  @borrow_limit
end

#strategy"Lend", ...

Returns the value of attribute strategy.

Returns:

  • ("Lend", "DontLend", "LendAndBorrow")


10576
10577
10578
# File 'sig/types.rbs', line 10576

def strategy
  @strategy
end