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.



1530
1531
1532
# File 'sig/types.rbs', line 1530

def acceleration_settings
  @acceleration_settings
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def arn
  @arn
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def category
  @category
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Time)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def queue
  @queue
end

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

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")


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.

Returns:

  • ("SYSTEM", "CUSTOM")


1542
1543
1544
# File 'sig/types.rbs', line 1542

def type
  @type
end