Class: Aws::Types::SupportedEndpointType
- Inherits:
-
Object
- Object
- Aws::Types::SupportedEndpointType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_type ⇒ "source", "target"
Returns the value of attribute endpoint_type.
-
#engine_display_name ⇒ ::String
Returns the value of attribute engine_display_name.
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#replication_instance_engine_minimum_version ⇒ ::String
Returns the value of attribute replication_instance_engine_minimum_version.
-
#supports_cdc ⇒ Boolean
Returns the value of attribute supports_cdc.
Instance Attribute Details
#endpoint_type ⇒ "source", "target"
Returns the value of attribute endpoint_type.
3039 3040 3041 |
# File 'sig/types.rbs', line 3039 def endpoint_type @endpoint_type end |
#engine_display_name ⇒ ::String
Returns the value of attribute engine_display_name.
3041 3042 3043 |
# File 'sig/types.rbs', line 3041 def engine_display_name @engine_display_name end |
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 def engine_name @engine_name end |
#replication_instance_engine_minimum_version ⇒ ::String
Returns the value of attribute replication_instance_engine_minimum_version.
3040 3041 3042 |
# File 'sig/types.rbs', line 3040 def replication_instance_engine_minimum_version @replication_instance_engine_minimum_version end |
#supports_cdc ⇒ Boolean
Returns the value of attribute supports_cdc.
3038 3039 3040 |
# File 'sig/types.rbs', line 3038 def supports_cdc @supports_cdc end |