Class: Aws::Types::CreateJobTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobTemplateRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#acceleration_settings ⇒ Types::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.
580 581 582 |
# File 'sig/types.rbs', line 580 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
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.
582 583 584 |
# File 'sig/types.rbs', line 582 def hop_destinations @hop_destinations end |
#name ⇒ ::String
Returns the value of attribute name.
583 584 585 |
# File 'sig/types.rbs', line 583 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
584 585 586 |
# File 'sig/types.rbs', line 584 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
585 586 587 |
# File 'sig/types.rbs', line 585 def queue @queue end |
#settings ⇒ Types::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.
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.
588 589 590 |
# File 'sig/types.rbs', line 588 def @tags end |