Class: Aws::Types::BeginTransactionRequest
- Inherits:
-
Object
- Object
- Aws::Types::BeginTransactionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
63 64 65 |
# File 'sig/types.rbs', line 63 def database @database end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
61 62 63 |
# File 'sig/types.rbs', line 61 def resource_arn @resource_arn end |
#schema ⇒ ::String
Returns the value of attribute schema.
64 65 66 |
# File 'sig/types.rbs', line 64 def schema @schema end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
62 63 64 |
# File 'sig/types.rbs', line 62 def secret_arn @secret_arn end |