Class: Aws::Types::CreateQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQueueRequest
- 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.
-
#pricing_plan ⇒ "ON_DEMAND", "RESERVED"
Returns the value of attribute pricing_plan.
-
#reservation_plan_settings ⇒ Types::ReservationPlanSettings
Returns the value of attribute reservation_plan_settings.
-
#status ⇒ "ACTIVE", "PAUSED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#concurrent_jobs ⇒ ::Integer
Returns the value of attribute concurrent_jobs.
600 601 602 |
# File 'sig/types.rbs', line 600 def concurrent_jobs @concurrent_jobs end |
#description ⇒ ::String
Returns the value of attribute description.
601 602 603 |
# File 'sig/types.rbs', line 601 def description @description end |
#maximum_concurrent_feeds ⇒ ::Integer
Returns the value of attribute maximum_concurrent_feeds.
602 603 604 |
# File 'sig/types.rbs', line 602 def maximum_concurrent_feeds @maximum_concurrent_feeds end |
#name ⇒ ::String
Returns the value of attribute name.
603 604 605 |
# File 'sig/types.rbs', line 603 def name @name end |
#pricing_plan ⇒ "ON_DEMAND", "RESERVED"
Returns the value of attribute pricing_plan.
604 605 606 |
# File 'sig/types.rbs', line 604 def pricing_plan @pricing_plan end |
#reservation_plan_settings ⇒ Types::ReservationPlanSettings
Returns the value of attribute reservation_plan_settings.
605 606 607 |
# File 'sig/types.rbs', line 605 def reservation_plan_settings @reservation_plan_settings end |
#status ⇒ "ACTIVE", "PAUSED"
Returns the value of attribute status.
606 607 608 |
# File 'sig/types.rbs', line 606 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
607 608 609 |
# File 'sig/types.rbs', line 607 def @tags end |