Class: Aws::Types::JobTemplate
- Inherits:
-
Object
- Object
- Aws::Types::JobTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceleration_settings ⇒ Types::AccelerationSettings
Returns the value of attribute acceleration_settings.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hop_destinations ⇒ ::Array[Types::HopDestination]
Returns the value of attribute hop_destinations.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#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.
-
#type ⇒ "SYSTEM", "CUSTOM"
Returns the value of attribute type.
Instance Attribute Details
#acceleration_settings ⇒ Types::AccelerationSettings
Returns the value of attribute acceleration_settings.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def acceleration_settings @acceleration_settings end |
#arn ⇒ ::String
Returns the value of attribute arn.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def arn @arn end |
#category ⇒ ::String
Returns the value of attribute category.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def category @category end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def description @description end |
#hop_destinations ⇒ ::Array[Types::HopDestination]
Returns the value of attribute hop_destinations.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def hop_destinations @hop_destinations end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def queue @queue end |
#settings ⇒ Types::JobTemplateSettings
Returns the value of attribute settings.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def settings @settings end |
#status_update_interval ⇒ "SECONDS_10", ...
Returns the value of attribute status_update_interval.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def status_update_interval @status_update_interval end |
#type ⇒ "SYSTEM", "CUSTOM"
Returns the value of attribute type.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def type @type end |