Class: Aws::Types::ConnectorDataTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def connection_type
  @connection_type
end

#data::Hash[::String, ::String]

Returns the value of attribute data.

Returns:

  • (::Hash[::String, ::String])


1194
1195
1196
# File 'sig/types.rbs', line 1194

def data
  @data
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


1195
1196
1197
# File 'sig/types.rbs', line 1195

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def name
  @name
end