Class: Aws::Types::QueueSummary
- Inherits:
-
Object
- Object
- Aws::Types::QueueSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocked_reason ⇒ "NO_BUDGET_CONFIGURED", "BUDGET_THRESHOLD_REACHED"
Returns the value of attribute blocked_reason.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#default_budget_action ⇒ "NONE", ...
Returns the value of attribute default_budget_action.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#status ⇒ "IDLE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#blocked_reason ⇒ "NO_BUDGET_CONFIGURED", "BUDGET_THRESHOLD_REACHED"
Returns the value of attribute blocked_reason.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def blocked_reason @blocked_reason end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def created_by @created_by end |
#default_budget_action ⇒ "NONE", ...
Returns the value of attribute default_budget_action.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def default_budget_action @default_budget_action end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def farm_id @farm_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def queue_id @queue_id end |
#status ⇒ "IDLE", ...
Returns the value of attribute status.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def updated_by @updated_by end |