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.
315 316 317 |
# File 'sig/types.rbs', line 315 def capacity_limits @capacity_limits end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
314 315 316 |
# File 'sig/types.rbs', line 314 def job_queue @job_queue end |
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
317 318 319 |
# File 'sig/types.rbs', line 317 def preemption_configuration @preemption_configuration end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
313 314 315 |
# File 'sig/types.rbs', line 313 def quota_share_name @quota_share_name end |
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
316 317 318 |
# File 'sig/types.rbs', line 316 def resource_sharing_configuration @resource_sharing_configuration end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
318 319 320 |
# File 'sig/types.rbs', line 318 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
319 320 321 |
# File 'sig/types.rbs', line 319 def @tags end |