Class: Aws::Types::GetJobQueueSnapshotResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetJobQueueSnapshotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#front_of_queue ⇒ Types::FrontOfQueueDetail
Returns the value of attribute front_of_queue.
-
#front_of_quota_shares ⇒ Types::FrontOfQuotaSharesDetail
Returns the value of attribute front_of_quota_shares.
-
#queue_utilization ⇒ Types::QueueSnapshotUtilizationDetail
Returns the value of attribute queue_utilization.
Instance Attribute Details
#front_of_queue ⇒ Types::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_shares ⇒ Types::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_utilization ⇒ Types::QueueSnapshotUtilizationDetail
Returns the value of attribute queue_utilization.
905 906 907 |
# File 'sig/types.rbs', line 905 def queue_utilization @queue_utilization end |