Class: Aws::Types::QueueSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blocked_reason"NO_BUDGET_CONFIGURED", "BUDGET_THRESHOLD_REACHED"

Returns the value of attribute blocked_reason.

Returns:

  • ("NO_BUDGET_CONFIGURED", "BUDGET_THRESHOLD_REACHED")


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • ("NONE", "STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2527
2528
2529
# File 'sig/types.rbs', line 2527

def queue_id
  @queue_id
end

#status"IDLE", ...

Returns the value of attribute status.

Returns:

  • ("IDLE", "SCHEDULING", "SCHEDULING_BLOCKED")


2529
2530
2531
# File 'sig/types.rbs', line 2529

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def updated_by
  @updated_by
end