Module: Aws::Deadline::Client::_GetQueueLimitAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQueueLimitAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #limit_id ⇒ ::String
- #queue_id ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
1086 |
# File 'sig/client.rbs', line 1086
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1087 |
# File 'sig/client.rbs', line 1087
def created_by: () -> ::String
|
#limit_id ⇒ ::String
1084 |
# File 'sig/client.rbs', line 1084
def limit_id: () -> ::String
|
#queue_id ⇒ ::String
1083 |
# File 'sig/client.rbs', line 1083
def queue_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
1085 |
# File 'sig/client.rbs', line 1085
def status: () -> ("ACTIVE" | "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS" | "STOP_LIMIT_USAGE_AND_CANCEL_TASKS" | "STOPPED")
|
#updated_at ⇒ ::Time
1088 |
# File 'sig/client.rbs', line 1088
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1089 |
# File 'sig/client.rbs', line 1089
def updated_by: () -> ::String
|