Class: Aws::Types::S3CatalogDeltaSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_delta_options::Hash[::String, ::String]

Returns the value of attribute additional_delta_options.

Returns:

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


6461
6462
6463
# File 'sig/types.rbs', line 6461

def additional_delta_options
  @additional_delta_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6459
6460
6461
# File 'sig/types.rbs', line 6459

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6458
6459
6460
# File 'sig/types.rbs', line 6458

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6462
6463
6464
# File 'sig/types.rbs', line 6462

def output_schemas
  @output_schemas
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6460
6461
6462
# File 'sig/types.rbs', line 6460

def table
  @table
end