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.
567 568 569 |
# File 'sig/types.rbs', line 567 def acceleration_settings @acceleration_settings end |
#category ⇒ ::String
Returns the value of attribute category.
568 569 570 |
# File 'sig/types.rbs', line 568 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
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.
570 571 572 |
# File 'sig/types.rbs', line 570 def hop_destinations @hop_destinations end |
#name ⇒ ::String
Returns the value of attribute name.
571 572 573 |
# File 'sig/types.rbs', line 571 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
572 573 574 |
# File 'sig/types.rbs', line 572 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
573 574 575 |
# File 'sig/types.rbs', line 573 def queue @queue end |
#settings ⇒ Types::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.
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.
576 577 578 |
# File 'sig/types.rbs', line 576 def @tags end |