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.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def acceleration_settings @acceleration_settings end |
#category ⇒ ::String
Returns the value of attribute category.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
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.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def hop_destinations @hop_destinations end |
#name ⇒ ::String
Returns the value of attribute name.
2430 2431 2432 |
# File 'sig/types.rbs', line 2430 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2431 2432 2433 |
# File 'sig/types.rbs', line 2431 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def queue @queue end |
#settings ⇒ Types::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.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def status_update_interval @status_update_interval end |