Class: Aws::Types::GetJobQueueSnapshotResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#front_of_queueTypes::FrontOfQueueDetail

Returns the value of attribute front_of_queue.



934
935
936
# File 'sig/types.rbs', line 934

def front_of_queue
  @front_of_queue
end

#front_of_quota_sharesTypes::FrontOfQuotaSharesDetail

Returns the value of attribute front_of_quota_shares.



935
936
937
# File 'sig/types.rbs', line 935

def front_of_quota_shares
  @front_of_quota_shares
end

#queue_utilizationTypes::QueueSnapshotUtilizationDetail

Returns the value of attribute queue_utilization.



936
937
938
# File 'sig/types.rbs', line 936

def queue_utilization
  @queue_utilization
end