Class: Aws::Types::CreateInvocationResponse

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)


532
533
534
# File 'sig/types.rbs', line 532

def created_at
  @created_at
end

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def invocation_id
  @invocation_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def session_id
  @session_id
end