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.
896 897 898 |
# File 'sig/types.rbs', line 896 def front_of_queue @front_of_queue end |
#front_of_quota_shares ⇒ Types::FrontOfQuotaSharesDetail
Returns the value of attribute front_of_quota_shares.
897 898 899 |
# File 'sig/types.rbs', line 897 def front_of_quota_shares @front_of_quota_shares end |
#queue_utilization ⇒ Types::QueueSnapshotUtilizationDetail
Returns the value of attribute queue_utilization.
898 899 900 |
# File 'sig/types.rbs', line 898 def queue_utilization @queue_utilization end |