Class: Aws::Types::ActivityScheduledEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::ActivityScheduledEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#heartbeat_in_seconds ⇒ ::Integer
Returns the value of attribute heartbeat_in_seconds.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#input_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute input_details.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
Instance Attribute Details
#heartbeat_in_seconds ⇒ ::Integer
Returns the value of attribute heartbeat_in_seconds.
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.
47 48 49 |
# File 'sig/types.rbs', line 47 def input @input end |
#input_details ⇒ Types::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.
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.
49 50 51 |
# File 'sig/types.rbs', line 49 def timeout_in_seconds @timeout_in_seconds end |