Class: Aws::Types::Connection
- Inherits:
-
Object
- Object
- Aws::Types::Connection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
-
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
-
#replication_instance_identifier ⇒ ::String
Returns the value of attribute replication_instance_identifier.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def endpoint_arn @endpoint_arn end |
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
167 168 169 |
# File 'sig/types.rbs', line 167 def endpoint_identifier @endpoint_identifier end |
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
166 167 168 |
# File 'sig/types.rbs', line 166 def @last_failure_message end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
163 164 165 |
# File 'sig/types.rbs', line 163 def replication_instance_arn @replication_instance_arn end |
#replication_instance_identifier ⇒ ::String
Returns the value of attribute replication_instance_identifier.
168 169 170 |
# File 'sig/types.rbs', line 168 def replication_instance_identifier @replication_instance_identifier end |
#status ⇒ ::String
Returns the value of attribute status.
165 166 167 |
# File 'sig/types.rbs', line 165 def status @status end |