Class: Aws::Types::GetQueueResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_storage_profile_ids::Array[::String]

Returns the value of attribute allowed_storage_profile_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("NO_BUDGET_CONFIGURED", "BUDGET_THRESHOLD_REACHED")


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • ("NONE", "STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS")


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.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def farm_id
  @farm_id
end

#job_attachment_settingsTypes::JobAttachmentSettings

Returns the value of attribute job_attachment_settings.



1514
1515
1516
# File 'sig/types.rbs', line 1514

def job_attachment_settings
  @job_attachment_settings
end

#job_run_as_userTypes::JobRunAsUser

Returns the value of attribute job_run_as_user.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def role_arn
  @role_arn
end

#scheduling_configurationTypes::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.

Returns:

  • ("IDLE", "SCHEDULING", "SCHEDULING_BLOCKED")


1506
1507
1508
# File 'sig/types.rbs', line 1506

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def updated_by
  @updated_by
end