Class: Aws::Types::QuotaShareDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_limits::Array[Types::QuotaShareCapacityLimit]

Returns the value of attribute capacity_limits.

Returns:



1369
1370
1371
# File 'sig/types.rbs', line 1369

def capacity_limits
  @capacity_limits
end

#job_queue_arn::String

Returns the value of attribute job_queue_arn.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def job_queue_arn
  @job_queue_arn
end

#preemption_configurationTypes::QuotaSharePreemptionConfiguration

Returns the value of attribute preemption_configuration.



1371
1372
1373
# File 'sig/types.rbs', line 1371

def preemption_configuration
  @preemption_configuration
end

#quota_share_arn::String

Returns the value of attribute quota_share_arn.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def quota_share_arn
  @quota_share_arn
end

#quota_share_name::String

Returns the value of attribute quota_share_name.

Returns:

  • (::String)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def quota_share_name
  @quota_share_name
end

#resource_sharing_configurationTypes::QuotaShareResourceSharingConfiguration

Returns the value of attribute resource_sharing_configuration.



1370
1371
1372
# File 'sig/types.rbs', line 1370

def resource_sharing_configuration
  @resource_sharing_configuration
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1372
1373
1374
# File 'sig/types.rbs', line 1372

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "VALID", "INVALID", "UPDATING", "DELETING")


1373
1374
1375
# File 'sig/types.rbs', line 1373

def status
  @status
end