Class: Aws::Types::ComputeQuotaConfig
- Inherits:
-
Object
- Object
- Aws::Types::ComputeQuotaConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_quota_resources ⇒ ::Array[Types::ComputeQuotaResourceConfig]
Returns the value of attribute compute_quota_resources.
-
#preempt_team_tasks ⇒ "Never", "LowerPriority"
Returns the value of attribute preempt_team_tasks.
-
#resource_sharing_config ⇒ Types::ResourceSharingConfig
Returns the value of attribute resource_sharing_config.
Instance Attribute Details
#compute_quota_resources ⇒ ::Array[Types::ComputeQuotaResourceConfig]
Returns the value of attribute compute_quota_resources.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def compute_quota_resources @compute_quota_resources end |
#preempt_team_tasks ⇒ "Never", "LowerPriority"
Returns the value of attribute preempt_team_tasks.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def preempt_team_tasks @preempt_team_tasks end |
#resource_sharing_config ⇒ Types::ResourceSharingConfig
Returns the value of attribute resource_sharing_config.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def resource_sharing_config @resource_sharing_config end |