Class: Aws::Types::UpdateJobTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceleration_settings ⇒ Types::AccelerationSettings
Returns the value of attribute acceleration_settings.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hop_destinations ⇒ ::Array[Types::HopDestination]
Returns the value of attribute hop_destinations.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue ⇒ ::String
Returns the value of attribute queue.
-
#settings ⇒ Types::JobTemplateSettings
Returns the value of attribute settings.
-
#status_update_interval ⇒ "SECONDS_10", ...
Returns the value of attribute status_update_interval.
Instance Attribute Details
#acceleration_settings ⇒ Types::AccelerationSettings
Returns the value of attribute acceleration_settings.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def acceleration_settings @acceleration_settings end |
#category ⇒ ::String
Returns the value of attribute category.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def description @description end |
#hop_destinations ⇒ ::Array[Types::HopDestination]
Returns the value of attribute hop_destinations.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def hop_destinations @hop_destinations end |
#name ⇒ ::String
Returns the value of attribute name.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def queue @queue end |
#settings ⇒ Types::JobTemplateSettings
Returns the value of attribute settings.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def settings @settings end |
#status_update_interval ⇒ "SECONDS_10", ...
Returns the value of attribute status_update_interval.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def status_update_interval @status_update_interval end |