Class: Aws::Types::FairsharePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_reservation::Integer

Returns the value of attribute compute_reservation.

Returns:

  • (::Integer)


844
845
846
# File 'sig/types.rbs', line 844

def compute_reservation
  @compute_reservation
end

#share_decay_seconds::Integer

Returns the value of attribute share_decay_seconds.

Returns:

  • (::Integer)


843
844
845
# File 'sig/types.rbs', line 843

def share_decay_seconds
  @share_decay_seconds
end

#share_distribution::Array[Types::ShareAttributes]

Returns the value of attribute share_distribution.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def share_distribution
  @share_distribution
end