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.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def concurrent_jobs @concurrent_jobs end |
#description ⇒ ::String
Returns the value of attribute description.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def description @description end |
#maximum_concurrent_feeds ⇒ ::Integer
Returns the value of attribute maximum_concurrent_feeds.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def maximum_concurrent_feeds @maximum_concurrent_feeds end |
#name ⇒ ::String
Returns the value of attribute name.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def name @name end |
#reservation_plan_settings ⇒ Types::ReservationPlanSettings
Returns the value of attribute reservation_plan_settings.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def reservation_plan_settings @reservation_plan_settings end |
#status ⇒ "ACTIVE", "PAUSED"
Returns the value of attribute status.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def status @status end |