Class: Aws::Types::CreateJobTemplateRequest

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.



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

def acceleration_settings
  @acceleration_settings
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


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

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#hop_destinations::Array[Types::HopDestination]

Returns the value of attribute hop_destinations.

Returns:



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

def hop_destinations
  @hop_destinations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


572
573
574
# File 'sig/types.rbs', line 572

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def queue
  @queue
end

#settingsTypes::JobTemplateSettings

Returns the value of attribute settings.



574
575
576
# File 'sig/types.rbs', line 574

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


575
576
577
# File 'sig/types.rbs', line 575

def status_update_interval
  @status_update_interval
end

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

Returns the value of attribute tags.

Returns:

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


576
577
578
# File 'sig/types.rbs', line 576

def tags
  @tags
end