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.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def acceleration_settings @acceleration_settings end |
#arn ⇒ ::String
Returns the value of attribute arn.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def arn @arn end |
#category ⇒ ::String
Returns the value of attribute category.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def category @category end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def description @description end |
#hop_destinations ⇒ ::Array[Types::HopDestination]
Returns the value of attribute hop_destinations.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def hop_destinations @hop_destinations end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def queue @queue end |
#settings ⇒ Types::JobTemplateSettings
Returns the value of attribute settings.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def settings @settings end |
#status_update_interval ⇒ "SECONDS_10", ...
Returns the value of attribute status_update_interval.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def status_update_interval @status_update_interval end |
#type ⇒ "SYSTEM", "CUSTOM"
Returns the value of attribute type.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def type @type end |