Class: Aws::Types::UpdateJobTemplateRequest

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.



2426
2427
2428
# File 'sig/types.rbs', line 2426

def acceleration_settings
  @acceleration_settings
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2428
2429
2430
# File 'sig/types.rbs', line 2428

def description
  @description
end

#hop_destinations::Array[Types::HopDestination]

Returns the value of attribute hop_destinations.

Returns:



2429
2430
2431
# File 'sig/types.rbs', line 2429

def hop_destinations
  @hop_destinations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2430
2431
2432
# File 'sig/types.rbs', line 2430

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


2431
2432
2433
# File 'sig/types.rbs', line 2431

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def queue
  @queue
end

#settingsTypes::JobTemplateSettings

Returns the value of attribute settings.



2433
2434
2435
# File 'sig/types.rbs', line 2433

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


2434
2435
2436
# File 'sig/types.rbs', line 2434

def status_update_interval
  @status_update_interval
end