Class: Aws::Types::ComputeQuotaTarget
- Inherits:
-
Object
- Object
- Aws::Types::ComputeQuotaTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fair_share_weight ⇒ ::Integer
Returns the value of attribute fair_share_weight.
-
#team_name ⇒ ::String
Returns the value of attribute team_name.
Instance Attribute Details
#fair_share_weight ⇒ ::Integer
Returns the value of attribute fair_share_weight.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def fair_share_weight @fair_share_weight end |
#team_name ⇒ ::String
Returns the value of attribute team_name.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def team_name @team_name end |