Class: Aws::Types::JobTemplate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceleration_settingsTypes::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.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def arn
  @arn
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def category
  @category
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Time)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


1560
1561
1562
# File 'sig/types.rbs', line 1560

def queue
  @queue
end

#settingsTypes::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.

Returns:

  • ("SECONDS_10", "SECONDS_12", "SECONDS_15", "SECONDS_20", "SECONDS_30", "SECONDS_60", "SECONDS_120", "SECONDS_180", "SECONDS_240", "SECONDS_300", "SECONDS_360", "SECONDS_420", "SECONDS_480", "SECONDS_540", "SECONDS_600")


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.

Returns:

  • ("SYSTEM", "CUSTOM")


1563
1564
1565
# File 'sig/types.rbs', line 1563

def type
  @type
end