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