Class: Aws::Types::DeleteConnectionMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConnectionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
Instance Attribute Details
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
557 558 559 |
# File 'sig/types.rbs', line 557 def endpoint_arn @endpoint_arn end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
558 559 560 |
# File 'sig/types.rbs', line 558 def replication_instance_arn @replication_instance_arn end |