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.



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

def acceleration_settings
  @acceleration_settings
end

#billing_tags_source"QUEUE", ...

Returns the value of attribute billing_tags_source.

Returns:

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


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

def billing_tags_source
  @billing_tags_source
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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

def client_request_token
  @client_request_token
end

#hop_destinations::Array[Types::HopDestination]

Returns the value of attribute hop_destinations.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def hop_destinations
  @hop_destinations
end

#job_engine_version::String

Returns the value of attribute job_engine_version.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def job_engine_version
  @job_engine_version
end

#job_template::String

Returns the value of attribute job_template.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def job_template
  @job_template
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


562
563
564
# File 'sig/types.rbs', line 562

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def queue
  @queue
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def role
  @role
end

#settingsTypes::JobSettings

Returns the value of attribute settings.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def settings
  @settings
end

#simulate_reserved_queue"DISABLED", "ENABLED"

Returns the value of attribute simulate_reserved_queue.

Returns:

  • ("DISABLED", "ENABLED")


566
567
568
# File 'sig/types.rbs', line 566

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


567
568
569
# File 'sig/types.rbs', line 567

def status_update_interval
  @status_update_interval
end

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

Returns the value of attribute tags.

Returns:

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


568
569
570
# File 'sig/types.rbs', line 568

def tags
  @tags
end

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

Returns the value of attribute user_metadata.

Returns:

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


569
570
571
# File 'sig/types.rbs', line 569

def 
  
end