Class: Aws::Types::FairsharePolicy
- Inherits:
-
Object
- Object
- Aws::Types::FairsharePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_reservation ⇒ ::Integer
Returns the value of attribute compute_reservation.
-
#share_decay_seconds ⇒ ::Integer
Returns the value of attribute share_decay_seconds.
-
#share_distribution ⇒ ::Array[Types::ShareAttributes]
Returns the value of attribute share_distribution.
Instance Attribute Details
#compute_reservation ⇒ ::Integer
Returns the value of attribute compute_reservation.
863 864 865 |
# File 'sig/types.rbs', line 863 def compute_reservation @compute_reservation end |
#share_decay_seconds ⇒ ::Integer
Returns the value of attribute share_decay_seconds.
862 863 864 |
# File 'sig/types.rbs', line 862 def share_decay_seconds @share_decay_seconds end |
#share_distribution ⇒ ::Array[Types::ShareAttributes]
Returns the value of attribute share_distribution.
864 865 866 |
# File 'sig/types.rbs', line 864 def share_distribution @share_distribution end |