Class: Aws::Types::GetQueueResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetQueueResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_storage_profile_ids ⇒ ::Array[::String]
Returns the value of attribute allowed_storage_profile_ids.
-
#blocked_reason ⇒ "NO_BUDGET_CONFIGURED", "BUDGET_THRESHOLD_REACHED"
Returns the value of attribute blocked_reason.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#default_budget_action ⇒ "NONE", ...
Returns the value of attribute default_budget_action.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_attachment_settings ⇒ Types::JobAttachmentSettings
Returns the value of attribute job_attachment_settings.
-
#job_run_as_user ⇒ Types::JobRunAsUser
Returns the value of attribute job_run_as_user.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#required_file_system_location_names ⇒ ::Array[::String]
Returns the value of attribute required_file_system_location_names.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#scheduling_configuration ⇒ Types::SchedulingConfiguration
Returns the value of attribute scheduling_configuration.
-
#status ⇒ "IDLE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#allowed_storage_profile_ids ⇒ ::Array[::String]
Returns the value of attribute allowed_storage_profile_ids.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def allowed_storage_profile_ids @allowed_storage_profile_ids end |
#blocked_reason ⇒ "NO_BUDGET_CONFIGURED", "BUDGET_THRESHOLD_REACHED"
Returns the value of attribute blocked_reason.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def blocked_reason @blocked_reason end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def created_by @created_by end |
#default_budget_action ⇒ "NONE", ...
Returns the value of attribute default_budget_action.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def default_budget_action @default_budget_action end |
#description ⇒ ::String
Returns the value of attribute description.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def farm_id @farm_id end |
#job_attachment_settings ⇒ Types::JobAttachmentSettings
Returns the value of attribute job_attachment_settings.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def @job_attachment_settings end |
#job_run_as_user ⇒ Types::JobRunAsUser
Returns the value of attribute job_run_as_user.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def job_run_as_user @job_run_as_user end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def queue_id @queue_id end |
#required_file_system_location_names ⇒ ::Array[::String]
Returns the value of attribute required_file_system_location_names.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def required_file_system_location_names @required_file_system_location_names end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def role_arn @role_arn end |
#scheduling_configuration ⇒ Types::SchedulingConfiguration
Returns the value of attribute scheduling_configuration.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def scheduling_configuration @scheduling_configuration end |
#status ⇒ "IDLE", ...
Returns the value of attribute status.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def updated_by @updated_by end |