Class: Aws::Types::ComputeQuotaConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_quota_resources::Array[Types::ComputeQuotaResourceConfig]

Returns the value of attribute compute_quota_resources.

Returns:



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.

Returns:

  • ("Never", "LowerPriority")


1705
1706
1707
# File 'sig/types.rbs', line 1705

def preempt_team_tasks
  @preempt_team_tasks
end

#resource_sharing_configTypes::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