Class: Aws::Types::LambdaFunctionScheduledEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#control::String

Returns the value of attribute control.

Returns:



538
539
540
# File 'sig/types.rbs', line 538

def control
  @control
end

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def decision_task_completed_event_id
  @decision_task_completed_event_id
end

#id::String

Returns the value of attribute id.

Returns:



536
537
538
# File 'sig/types.rbs', line 536

def id
  @id
end

#input::String

Returns the value of attribute input.

Returns:



539
540
541
# File 'sig/types.rbs', line 539

def input
  @input
end

#name::String

Returns the value of attribute name.

Returns:



537
538
539
# File 'sig/types.rbs', line 537

def name
  @name
end

#start_to_close_timeout::String

Returns the value of attribute start_to_close_timeout.

Returns:



540
541
542
# File 'sig/types.rbs', line 540

def start_to_close_timeout
  @start_to_close_timeout
end