Class: Aws::Types::AwsDmsEndpointDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsDmsEndpointDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
-
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#extra_connection_attributes ⇒ ::String
Returns the value of attribute extra_connection_attributes.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#ssl_mode ⇒ ::String
Returns the value of attribute ssl_mode.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def certificate_arn @certificate_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def database_name @database_name end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def endpoint_arn @endpoint_arn end |
#endpoint_identifier ⇒ ::String
Returns the value of attribute endpoint_identifier.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def endpoint_identifier @endpoint_identifier end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def endpoint_type @endpoint_type end |
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def engine_name @engine_name end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def external_id @external_id end |
#extra_connection_attributes ⇒ ::String
Returns the value of attribute extra_connection_attributes.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def extra_connection_attributes @extra_connection_attributes end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def kms_key_id @kms_key_id end |
#port ⇒ ::Integer
Returns the value of attribute port.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def port @port end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def server_name @server_name end |
#ssl_mode ⇒ ::String
Returns the value of attribute ssl_mode.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def ssl_mode @ssl_mode end |
#username ⇒ ::String
Returns the value of attribute username.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def username @username end |