Class: Aws::Types::CreateQuotaShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQuotaShareRequest
- 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 ⇒ ::String
Returns the value of attribute job_queue.
-
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#capacity_limits ⇒ ::Array[Types::QuotaShareCapacityLimit]
Returns the value of attribute capacity_limits.
327 328 329 |
# File 'sig/types.rbs', line 327 def capacity_limits @capacity_limits end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
326 327 328 |
# File 'sig/types.rbs', line 326 def job_queue @job_queue end |
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
329 330 331 |
# File 'sig/types.rbs', line 329 def preemption_configuration @preemption_configuration end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
325 326 327 |
# File 'sig/types.rbs', line 325 def quota_share_name @quota_share_name end |
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
328 329 330 |
# File 'sig/types.rbs', line 328 def resource_sharing_configuration @resource_sharing_configuration end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
330 331 332 |
# File 'sig/types.rbs', line 330 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
331 332 333 |
# File 'sig/types.rbs', line 331 def @tags end |