Class: Aws::Types::AwsDmsEndpointDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def port
  @port
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def ssl_mode
  @ssl_mode
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def username
  @username
end