Module: Aws::Deadline::Client::_GetQueueResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQueueResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allowed_storage_profile_ids ⇒ ::Array[::String]
- #blocked_reason ⇒ "NO_BUDGET_CONFIGURED", "BUDGET_THRESHOLD_REACHED"
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #default_budget_action ⇒ "NONE", ...
- #description ⇒ ::String
- #display_name ⇒ ::String
- #farm_id ⇒ ::String
- #job_attachment_settings ⇒ Types::JobAttachmentSettings
- #job_run_as_user ⇒ Types::JobRunAsUser
- #queue_id ⇒ ::String
- #required_file_system_location_names ⇒ ::Array[::String]
- #role_arn ⇒ ::String
- #scheduling_configuration ⇒ Types::SchedulingConfiguration
- #status ⇒ "IDLE", ...
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#allowed_storage_profile_ids ⇒ ::Array[::String]
1032 |
# File 'sig/client.rbs', line 1032
def allowed_storage_profile_ids: () -> ::Array[::String]
|
#blocked_reason ⇒ "NO_BUDGET_CONFIGURED", "BUDGET_THRESHOLD_REACHED"
1023 |
# File 'sig/client.rbs', line 1023
def blocked_reason: () -> ("NO_BUDGET_CONFIGURED" | "BUDGET_THRESHOLD_REACHED")
|
#created_at ⇒ ::Time
1024 |
# File 'sig/client.rbs', line 1024
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1025 |
# File 'sig/client.rbs', line 1025
def created_by: () -> ::String
|
#default_budget_action ⇒ "NONE", ...
1022 |
# File 'sig/client.rbs', line 1022
def default_budget_action: () -> ("NONE" | "STOP_SCHEDULING_AND_COMPLETE_TASKS" | "STOP_SCHEDULING_AND_CANCEL_TASKS")
|
#description ⇒ ::String
1028 |
# File 'sig/client.rbs', line 1028
def description: () -> ::String
|
#display_name ⇒ ::String
1020 |
# File 'sig/client.rbs', line 1020
def display_name: () -> ::String
|
#farm_id ⇒ ::String
1018 |
# File 'sig/client.rbs', line 1018
def farm_id: () -> ::String
|
#job_attachment_settings ⇒ Types::JobAttachmentSettings
1029 |
# File 'sig/client.rbs', line 1029
def job_attachment_settings: () -> Types::JobAttachmentSettings
|
#job_run_as_user ⇒ Types::JobRunAsUser
1033 |
# File 'sig/client.rbs', line 1033
def job_run_as_user: () -> Types::JobRunAsUser
|
#queue_id ⇒ ::String
1019 |
# File 'sig/client.rbs', line 1019
def queue_id: () -> ::String
|
#required_file_system_location_names ⇒ ::Array[::String]
1031 |
# File 'sig/client.rbs', line 1031
def required_file_system_location_names: () -> ::Array[::String]
|
#role_arn ⇒ ::String
1030 |
# File 'sig/client.rbs', line 1030
def role_arn: () -> ::String
|
#scheduling_configuration ⇒ Types::SchedulingConfiguration
1034 |
# File 'sig/client.rbs', line 1034
def scheduling_configuration: () -> Types::SchedulingConfiguration
|
#status ⇒ "IDLE", ...
1021 |
# File 'sig/client.rbs', line 1021
def status: () -> ("IDLE" | "SCHEDULING" | "SCHEDULING_BLOCKED")
|
#updated_at ⇒ ::Time
1026 |
# File 'sig/client.rbs', line 1026
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1027 |
# File 'sig/client.rbs', line 1027
def updated_by: () -> ::String
|