Class: Aws::Types::InvocationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def created_at
  @created_at
end

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def invocation_id
  @invocation_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def session_id
  @session_id
end