Class: Aws::Types::Queue
- Inherits:
-
Object
- Object
- Aws::Types::Queue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#concurrent_jobs ⇒ ::Integer
Returns the value of attribute concurrent_jobs.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#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.
-
#progressing_jobs_count ⇒ ::Integer
Returns the value of attribute progressing_jobs_count.
-
#reservation_plan ⇒ Types::ReservationPlan
Returns the value of attribute reservation_plan.
-
#service_overrides ⇒ ::Array[Types::ServiceOverride]
Returns the value of attribute service_overrides.
-
#status ⇒ "ACTIVE", "PAUSED"
Returns the value of attribute status.
-
#submitted_jobs_count ⇒ ::Integer
Returns the value of attribute submitted_jobs_count.
-
#type ⇒ "SYSTEM", "CUSTOM"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def arn @arn end |
#concurrent_jobs ⇒ ::Integer
Returns the value of attribute concurrent_jobs.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def concurrent_jobs @concurrent_jobs end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def description @description end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def last_updated @last_updated end |
#maximum_concurrent_feeds ⇒ ::Integer
Returns the value of attribute maximum_concurrent_feeds.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def maximum_concurrent_feeds @maximum_concurrent_feeds end |
#name ⇒ ::String
Returns the value of attribute name.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def name @name end |
#pricing_plan ⇒ "ON_DEMAND", "RESERVED"
Returns the value of attribute pricing_plan.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def pricing_plan @pricing_plan end |
#progressing_jobs_count ⇒ ::Integer
Returns the value of attribute progressing_jobs_count.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def progressing_jobs_count @progressing_jobs_count end |
#reservation_plan ⇒ Types::ReservationPlan
Returns the value of attribute reservation_plan.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def reservation_plan @reservation_plan end |
#service_overrides ⇒ ::Array[Types::ServiceOverride]
Returns the value of attribute service_overrides.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def service_overrides @service_overrides end |
#status ⇒ "ACTIVE", "PAUSED"
Returns the value of attribute status.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def status @status end |
#submitted_jobs_count ⇒ ::Integer
Returns the value of attribute submitted_jobs_count.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def submitted_jobs_count @submitted_jobs_count end |
#type ⇒ "SYSTEM", "CUSTOM"
Returns the value of attribute type.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def type @type end |