Class: Aws::Types::UpdateQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#concurrent_jobs ⇒ ::Integer
Returns the value of attribute concurrent_jobs.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#maximum_concurrent_feeds ⇒ ::Integer
Returns the value of attribute maximum_concurrent_feeds.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reservation_plan_settings ⇒ Types::ReservationPlanSettings
Returns the value of attribute reservation_plan_settings.
-
#status ⇒ "ACTIVE", "PAUSED"
Returns the value of attribute status.
Instance Attribute Details
#concurrent_jobs ⇒ ::Integer
Returns the value of attribute concurrent_jobs.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def concurrent_jobs @concurrent_jobs end |
#description ⇒ ::String
Returns the value of attribute description.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def description @description end |
#maximum_concurrent_feeds ⇒ ::Integer
Returns the value of attribute maximum_concurrent_feeds.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def maximum_concurrent_feeds @maximum_concurrent_feeds end |
#name ⇒ ::String
Returns the value of attribute name.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def name @name end |
#reservation_plan_settings ⇒ Types::ReservationPlanSettings
Returns the value of attribute reservation_plan_settings.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def reservation_plan_settings @reservation_plan_settings end |
#status ⇒ "ACTIVE", "PAUSED"
Returns the value of attribute status.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def status @status end |