Class: Aws::Types::CommitTransactionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CommitTransactionRequest
- 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.
92 93 94 |
# File 'sig/types.rbs', line 92 def resource_arn @resource_arn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def secret_arn @secret_arn end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
94 95 96 |
# File 'sig/types.rbs', line 94 def transaction_id @transaction_id end |