Class: Aws::Types::ExecutionStartedEventDetails

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)


375
376
377
# File 'sig/types.rbs', line 375

def input
  @input
end

#input_detailsTypes::HistoryEventExecutionDataDetails

Returns the value of attribute input_details.



376
377
378
# File 'sig/types.rbs', line 376

def input_details
  @input_details
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def role_arn
  @role_arn
end

#state_machine_alias_arn::String

Returns the value of attribute state_machine_alias_arn.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def state_machine_alias_arn
  @state_machine_alias_arn
end

#state_machine_version_arn::String

Returns the value of attribute state_machine_version_arn.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def state_machine_version_arn
  @state_machine_version_arn
end