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)


614
615
616
# File 'sig/types.rbs', line 614

def created_at
  @created_at
end

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def invocation_id
  @invocation_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def session_id
  @session_id
end