Class: Aws::Types::CreateQueueRequest

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])


845
846
847
# File 'sig/types.rbs', line 845

def allowed_storage_profile_ids
  @allowed_storage_profile_ids
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def client_token
  @client_token
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")


840
841
842
# File 'sig/types.rbs', line 840

def default_budget_action
  @default_budget_action
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def farm_id
  @farm_id
end

#job_attachment_settingsTypes::JobAttachmentSettings

Returns the value of attribute job_attachment_settings.



841
842
843
# File 'sig/types.rbs', line 841

def job_attachment_settings
  @job_attachment_settings
end

#job_run_as_userTypes::JobRunAsUser

Returns the value of attribute job_run_as_user.

Returns:



843
844
845
# File 'sig/types.rbs', line 843

def job_run_as_user
  @job_run_as_user
end

#required_file_system_location_names::Array[::String]

Returns the value of attribute required_file_system_location_names.

Returns:

  • (::Array[::String])


844
845
846
# File 'sig/types.rbs', line 844

def required_file_system_location_names
  @required_file_system_location_names
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def role_arn
  @role_arn
end

#scheduling_configurationTypes::SchedulingConfiguration

Returns the value of attribute scheduling_configuration.



847
848
849
# File 'sig/types.rbs', line 847

def scheduling_configuration
  @scheduling_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


846
847
848
# File 'sig/types.rbs', line 846

def tags
  @tags
end