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.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def fair_share_weight @fair_share_weight end |
#team_name ⇒ ::String
Returns the value of attribute team_name.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def team_name @team_name end |