Class: Aws::Types::CatalogDeltaSource

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])


646
647
648
# File 'sig/types.rbs', line 646

def additional_delta_options
  @additional_delta_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



647
648
649
# File 'sig/types.rbs', line 647

def output_schemas
  @output_schemas
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def table
  @table
end