Class: Aws::Types::CreateJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceleration_settingsTypes::AccelerationSettings

Returns the value of attribute acceleration_settings.



544
545
546
# File 'sig/types.rbs', line 544

def acceleration_settings
  @acceleration_settings
end

#billing_tags_source"QUEUE", ...

Returns the value of attribute billing_tags_source.

Returns:

  • ("QUEUE", "PRESET", "JOB_TEMPLATE", "JOB")


545
546
547
# File 'sig/types.rbs', line 545

def billing_tags_source
  @billing_tags_source
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def client_request_token
  @client_request_token
end

#hop_destinations::Array[Types::HopDestination]

Returns the value of attribute hop_destinations.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def hop_destinations
  @hop_destinations
end

#job_engine_version::String

Returns the value of attribute job_engine_version.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def job_engine_version
  @job_engine_version
end

#job_template::String

Returns the value of attribute job_template.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def job_template
  @job_template
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


550
551
552
# File 'sig/types.rbs', line 550

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def queue
  @queue
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def role
  @role
end

#settingsTypes::JobSettings

Returns the value of attribute settings.

Returns:



553
554
555
# File 'sig/types.rbs', line 553

def settings
  @settings
end

#simulate_reserved_queue"DISABLED", "ENABLED"

Returns the value of attribute simulate_reserved_queue.

Returns:

  • ("DISABLED", "ENABLED")


554
555
556
# File 'sig/types.rbs', line 554

def simulate_reserved_queue
  @simulate_reserved_queue
end

#status_update_interval"SECONDS_10", ...

Returns the value of attribute status_update_interval.

Returns:

  • ("SECONDS_10", "SECONDS_12", "SECONDS_15", "SECONDS_20", "SECONDS_30", "SECONDS_60", "SECONDS_120", "SECONDS_180", "SECONDS_240", "SECONDS_300", "SECONDS_360", "SECONDS_420", "SECONDS_480", "SECONDS_540", "SECONDS_600")


555
556
557
# File 'sig/types.rbs', line 555

def status_update_interval
  @status_update_interval
end

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

Returns the value of attribute tags.

Returns:

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


556
557
558
# File 'sig/types.rbs', line 556

def tags
  @tags
end

#user_metadata::Hash[::String, ::String]

Returns the value of attribute user_metadata.

Returns:

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


557
558
559
# File 'sig/types.rbs', line 557

def 
  @user_metadata
end