Module: Aws::Deadline::Client::_GetQueueFleetAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQueueFleetAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #fleet_id ⇒ ::String
- #queue_id ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
1068 |
# File 'sig/client.rbs', line 1068
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1069 |
# File 'sig/client.rbs', line 1069
def created_by: () -> ::String
|
#fleet_id ⇒ ::String
1066 |
# File 'sig/client.rbs', line 1066
def fleet_id: () -> ::String
|
#queue_id ⇒ ::String
1065 |
# File 'sig/client.rbs', line 1065
def queue_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
1067 |
# File 'sig/client.rbs', line 1067
def status: () -> ("ACTIVE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS" | "STOPPED")
|
#updated_at ⇒ ::Time
1070 |
# File 'sig/client.rbs', line 1070
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1071 |
# File 'sig/client.rbs', line 1071
def updated_by: () -> ::String
|