Class: Aws::Types::InvocationCompletedDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def end_timestamp
  @end_timestamp
end

#errorTypes::EventError

Returns the value of attribute error.

Returns:



1259
1260
1261
# File 'sig/types.rbs', line 1259

def error
  @error
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def request_id
  @request_id
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def start_timestamp
  @start_timestamp
end