Class: Aws::Types::StartExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input])

Instance Attribute Summary collapse

Instance Attribute Details

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def input
  @input
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def name
  @name
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def state_machine_arn
  @state_machine_arn
end

#trace_header::String

Returns the value of attribute trace_header.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def trace_header
  @trace_header
end