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.



903
904
905
# File 'sig/types.rbs', line 903

def front_of_queue
  @front_of_queue
end

#front_of_quota_sharesTypes::FrontOfQuotaSharesDetail

Returns the value of attribute front_of_quota_shares.



904
905
906
# File 'sig/types.rbs', line 904

def front_of_quota_shares
  @front_of_quota_shares
end

#queue_utilizationTypes::QueueSnapshotUtilizationDetail

Returns the value of attribute queue_utilization.



905
906
907
# File 'sig/types.rbs', line 905

def queue_utilization
  @queue_utilization
end