Class: Aws::Types::QuotaShareDetail
- Inherits:
-
Object
- Object
- Aws::Types::QuotaShareDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_limits ⇒ ::Array[Types::QuotaShareCapacityLimit]
Returns the value of attribute capacity_limits.
-
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
-
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
-
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
-
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
-
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#capacity_limits ⇒ ::Array[Types::QuotaShareCapacityLimit]
Returns the value of attribute capacity_limits.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def capacity_limits @capacity_limits end |
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def job_queue_arn @job_queue_arn end |
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def preemption_configuration @preemption_configuration end |
#quota_share_arn ⇒ ::String
Returns the value of attribute quota_share_arn.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def quota_share_arn @quota_share_arn end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def quota_share_name @quota_share_name end |
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def resource_sharing_configuration @resource_sharing_configuration end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def state @state end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def status @status end |