Class: Aws::Types::InvocationStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def invocation_id
  @invocation_id
end

#invocation_step_id::String

Returns the value of attribute invocation_step_id.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def invocation_step_id
  @invocation_step_id
end

#invocation_step_time::Time

Returns the value of attribute invocation_step_time.

Returns:

  • (::Time)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def invocation_step_time
  @invocation_step_time
end

#payloadTypes::InvocationStepPayload

Returns the value of attribute payload.



1539
1540
1541
# File 'sig/types.rbs', line 1539

def payload
  @payload
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def session_id
  @session_id
end