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.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def arn @arn end |
#concurrent_jobs ⇒ ::Integer
Returns the value of attribute concurrent_jobs.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def concurrent_jobs @concurrent_jobs end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def description @description end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def last_updated @last_updated end |
#maximum_concurrent_feeds ⇒ ::Integer
Returns the value of attribute maximum_concurrent_feeds.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def maximum_concurrent_feeds @maximum_concurrent_feeds end |
#name ⇒ ::String
Returns the value of attribute name.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def name @name end |
#pricing_plan ⇒ "ON_DEMAND", "RESERVED"
Returns the value of attribute pricing_plan.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def pricing_plan @pricing_plan end |
#progressing_jobs_count ⇒ ::Integer
Returns the value of attribute progressing_jobs_count.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def progressing_jobs_count @progressing_jobs_count end |
#reservation_plan ⇒ Types::ReservationPlan
Returns the value of attribute reservation_plan.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def reservation_plan @reservation_plan end |
#service_overrides ⇒ ::Array[Types::ServiceOverride]
Returns the value of attribute service_overrides.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def service_overrides @service_overrides end |
#status ⇒ "ACTIVE", "PAUSED"
Returns the value of attribute status.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def status @status end |
#submitted_jobs_count ⇒ ::Integer
Returns the value of attribute submitted_jobs_count.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def submitted_jobs_count @submitted_jobs_count end |
#type ⇒ "SYSTEM", "CUSTOM"
Returns the value of attribute type.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def type @type end |