Class: Aws::Types::TransactionDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_end_time::Time

Returns the value of attribute transaction_end_time.

Returns:

  • (::Time)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def transaction_end_time
  @transaction_end_time
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def transaction_id
  @transaction_id
end

#transaction_start_time::Time

Returns the value of attribute transaction_start_time.

Returns:

  • (::Time)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def transaction_start_time
  @transaction_start_time
end

#transaction_status"ACTIVE", ...

Returns the value of attribute transaction_status.

Returns:

  • ("ACTIVE", "COMMITTED", "ABORTED", "COMMIT_IN_PROGRESS")


1135
1136
1137
# File 'sig/types.rbs', line 1135

def transaction_status
  @transaction_status
end