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.
612 613 614 |
# File 'sig/types.rbs', line 612 def concurrent_jobs @concurrent_jobs end |
#description ⇒ ::String
Returns the value of attribute description.
613 614 615 |
# File 'sig/types.rbs', line 613 def description @description end |
#maximum_concurrent_feeds ⇒ ::Integer
Returns the value of attribute maximum_concurrent_feeds.
614 615 616 |
# File 'sig/types.rbs', line 614 def maximum_concurrent_feeds @maximum_concurrent_feeds end |
#name ⇒ ::String
Returns the value of attribute name.
615 616 617 |
# File 'sig/types.rbs', line 615 def name @name end |
#pricing_plan ⇒ "ON_DEMAND", "RESERVED"
Returns the value of attribute pricing_plan.
616 617 618 |
# File 'sig/types.rbs', line 616 def pricing_plan @pricing_plan end |
#reservation_plan_settings ⇒ Types::ReservationPlanSettings
Returns the value of attribute reservation_plan_settings.
617 618 619 |
# File 'sig/types.rbs', line 617 def reservation_plan_settings @reservation_plan_settings end |
#status ⇒ "ACTIVE", "PAUSED"
Returns the value of attribute status.
618 619 620 |
# File 'sig/types.rbs', line 618 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
619 620 621 |
# File 'sig/types.rbs', line 619 def @tags end |