Class: Aws::Types::CustomConnectorSourceProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_properties::Hash[::String, ::String]

Returns the value of attribute custom_properties.

Returns:

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


377
378
379
# File 'sig/types.rbs', line 377

def custom_properties
  @custom_properties
end

#data_transfer_apiTypes::DataTransferApi

Returns the value of attribute data_transfer_api.



378
379
380
# File 'sig/types.rbs', line 378

def data_transfer_api
  @data_transfer_api
end

#entity_name::String

Returns the value of attribute entity_name.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def entity_name
  @entity_name
end