Class: Aws::Types::RollbackTransactionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def resource_arn
  @resource_arn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def secret_arn
  @secret_arn
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def transaction_id
  @transaction_id
end