Class: Aws::Types::ScheduleLambdaFunctionDecisionAttributes

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:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def control
  @control
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def id
  @id
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def input
  @input
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def name
  @name
end

#start_to_close_timeout::String

Returns the value of attribute start_to_close_timeout.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def start_to_close_timeout
  @start_to_close_timeout
end