Class: Aws::Types::ChainedInvokeStartedDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#durable_execution_arn::String

Returns the value of attribute durable_execution_arn.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def durable_execution_arn
  @durable_execution_arn
end

#executed_version::String

Returns the value of attribute executed_version.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def executed_version
  @executed_version
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def function_name
  @function_name
end

#inputTypes::EventInput

Returns the value of attribute input.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def input
  @input
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def tenant_id
  @tenant_id
end