Class: Aws::Types::ActivityTypeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_task_heartbeat_timeout::String

Returns the value of attribute default_task_heartbeat_timeout.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def default_task_heartbeat_timeout
  @default_task_heartbeat_timeout
end

#default_task_listTypes::TaskList

Returns the value of attribute default_task_list.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def default_task_list
  @default_task_list
end

#default_task_priority::String

Returns the value of attribute default_task_priority.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def default_task_priority
  @default_task_priority
end

#default_task_schedule_to_close_timeout::String

Returns the value of attribute default_task_schedule_to_close_timeout.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def default_task_schedule_to_close_timeout
  @default_task_schedule_to_close_timeout
end

#default_task_schedule_to_start_timeout::String

Returns the value of attribute default_task_schedule_to_start_timeout.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def default_task_schedule_to_start_timeout
  @default_task_schedule_to_start_timeout
end

#default_task_start_to_close_timeout::String

Returns the value of attribute default_task_start_to_close_timeout.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def default_task_start_to_close_timeout
  @default_task_start_to_close_timeout
end