Class: Aws::Types::StepFunctionsAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_name_prefix::String

Returns the value of attribute execution_name_prefix.

Returns:

  • (::String)


4622
4623
4624
# File 'sig/types.rbs', line 4622

def execution_name_prefix
  @execution_name_prefix
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4624
4625
4626
# File 'sig/types.rbs', line 4624

def role_arn
  @role_arn
end

#state_machine_name::String

Returns the value of attribute state_machine_name.

Returns:

  • (::String)


4623
4624
4625
# File 'sig/types.rbs', line 4623

def state_machine_name
  @state_machine_name
end