Class: Aws::Types::DynamoDBELTConnectorSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_optionsTypes::DDBELTConnectionOptions

Returns the value of attribute connection_options.



2872
2873
2874
# File 'sig/types.rbs', line 2872

def connection_options
  @connection_options
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2871
2872
2873
# File 'sig/types.rbs', line 2871

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



2873
2874
2875
# File 'sig/types.rbs', line 2873

def output_schemas
  @output_schemas
end