Class: Aws::Types::ActivityScheduledEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input])

Instance Attribute Summary collapse

Instance Attribute Details

#heartbeat_in_seconds::Integer

Returns the value of attribute heartbeat_in_seconds.

Returns:

  • (::Integer)


50
51
52
# File 'sig/types.rbs', line 50

def heartbeat_in_seconds
  @heartbeat_in_seconds
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def input
  @input
end

#input_detailsTypes::HistoryEventExecutionDataDetails

Returns the value of attribute input_details.



48
49
50
# File 'sig/types.rbs', line 48

def input_details
  @input_details
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def resource
  @resource
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


49
50
51
# File 'sig/types.rbs', line 49

def timeout_in_seconds
  @timeout_in_seconds
end