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.



579
580
581
# File 'sig/types.rbs', line 579

def acceleration_settings
  @acceleration_settings
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def description
  @description
end

#hop_destinations::Array[Types::HopDestination]

Returns the value of attribute hop_destinations.

Returns:



582
583
584
# File 'sig/types.rbs', line 582

def hop_destinations
  @hop_destinations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


584
585
586
# File 'sig/types.rbs', line 584

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def queue
  @queue
end

#settingsTypes::JobTemplateSettings

Returns the value of attribute settings.



586
587
588
# File 'sig/types.rbs', line 586

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


587
588
589
# File 'sig/types.rbs', line 587

def status_update_interval
  @status_update_interval
end

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

Returns the value of attribute tags.

Returns:

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


588
589
590
# File 'sig/types.rbs', line 588

def tags
  @tags
end