Class: Aws::Types::PutInvocationStepRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_identifier::String

Returns the value of attribute invocation_identifier.

Returns:



2208
2209
2210
# File 'sig/types.rbs', line 2208

def invocation_identifier
  @invocation_identifier
end

#invocation_step_id::String

Returns the value of attribute invocation_step_id.

Returns:



2209
2210
2211
# File 'sig/types.rbs', line 2209

def invocation_step_id
  @invocation_step_id
end

#invocation_step_time::Time

Returns the value of attribute invocation_step_time.

Returns:



2210
2211
2212
# File 'sig/types.rbs', line 2210

def invocation_step_time
  @invocation_step_time
end

#payloadTypes::InvocationStepPayload

Returns the value of attribute payload.

Returns:



2211
2212
2213
# File 'sig/types.rbs', line 2211

def payload
  @payload
end

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:



2212
2213
2214
# File 'sig/types.rbs', line 2212

def session_identifier
  @session_identifier
end