Class: Aws::Types::RollbackTransactionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RollbackTransactionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
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.
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.
242 243 244 |
# File 'sig/types.rbs', line 242 def transaction_id @transaction_id end |