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)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def connection_type
  @connection_type
end

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

Returns the value of attribute data.

Returns:

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


1190
1191
1192
# File 'sig/types.rbs', line 1190

def data
  @data
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


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

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def name
  @name
end