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:

  • (::String)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def invocation_identifier
  @invocation_identifier
end

#invocation_step_id::String

Returns the value of attribute invocation_step_id.

Returns:

  • (::String)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def invocation_step_id
  @invocation_step_id
end

#invocation_step_time::Time

Returns the value of attribute invocation_step_time.

Returns:

  • (::Time)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def invocation_step_time
  @invocation_step_time
end

#payloadTypes::InvocationStepPayload

Returns the value of attribute payload.



2129
2130
2131
# File 'sig/types.rbs', line 2129

def payload
  @payload
end

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def session_identifier
  @session_identifier
end