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.
346 347 348 |
# File 'sig/types.rbs', line 346 def capacity_limits @capacity_limits end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
345 346 347 |
# File 'sig/types.rbs', line 345 def job_queue @job_queue end |
#preemption_configuration ⇒ Types::QuotaSharePreemptionConfiguration
Returns the value of attribute preemption_configuration.
348 349 350 |
# File 'sig/types.rbs', line 348 def preemption_configuration @preemption_configuration end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
344 345 346 |
# File 'sig/types.rbs', line 344 def quota_share_name @quota_share_name end |
#resource_sharing_configuration ⇒ Types::QuotaShareResourceSharingConfiguration
Returns the value of attribute resource_sharing_configuration.
347 348 349 |
# File 'sig/types.rbs', line 347 def resource_sharing_configuration @resource_sharing_configuration end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
349 350 351 |
# File 'sig/types.rbs', line 349 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
350 351 352 |
# File 'sig/types.rbs', line 350 def end |