Class: Aws::Types::QuotaShareDetail

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_limits::Array[Types::QuotaShareCapacityLimit]

Returns the value of attribute capacity_limits.



1390
1391
1392
# File 'sig/types.rbs', line 1390

def capacity_limits
  @capacity_limits
end

#job_queue_arn::String

Returns the value of attribute job_queue_arn.



1389
1390
1391
# File 'sig/types.rbs', line 1389

def job_queue_arn
  @job_queue_arn
end

#preemption_configurationTypes::QuotaSharePreemptionConfiguration

Returns the value of attribute preemption_configuration.



1392
1393
1394
# File 'sig/types.rbs', line 1392

def preemption_configuration
  @preemption_configuration
end

#quota_share_arn::String

Returns the value of attribute quota_share_arn.



1388
1389
1390
# File 'sig/types.rbs', line 1388

def quota_share_arn
  @quota_share_arn
end

#quota_share_name::String

Returns the value of attribute quota_share_name.



1387
1388
1389
# File 'sig/types.rbs', line 1387

def quota_share_name
  @quota_share_name
end

#resource_sharing_configurationTypes::QuotaShareResourceSharingConfiguration

Returns the value of attribute resource_sharing_configuration.



1391
1392
1393
# File 'sig/types.rbs', line 1391

def resource_sharing_configuration
  @resource_sharing_configuration
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.



1393
1394
1395
# File 'sig/types.rbs', line 1393

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.



1394
1395
1396
# File 'sig/types.rbs', line 1394

def status
  @status
end