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:



1718
1719
1720
# File 'sig/types.rbs', line 1718

def compute_quota_resources
  @compute_quota_resources
end

#preempt_team_tasks"Never", "LowerPriority"

Returns the value of attribute preempt_team_tasks.

Returns:

  • ("Never", "LowerPriority")


1720
1721
1722
# File 'sig/types.rbs', line 1720

def preempt_team_tasks
  @preempt_team_tasks
end

#resource_sharing_configTypes::ResourceSharingConfig

Returns the value of attribute resource_sharing_config.



1719
1720
1721
# File 'sig/types.rbs', line 1719

def resource_sharing_config
  @resource_sharing_config
end