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)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def end_timestamp
  @end_timestamp
end

#errorTypes::EventError

Returns the value of attribute error.

Returns:



1276
1277
1278
# File 'sig/types.rbs', line 1276

def error
  @error
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def request_id
  @request_id
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def start_timestamp
  @start_timestamp
end