Class: Aws::Types::S3CatalogIcebergSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_iceberg_options::Hash[::String, ::String]

Returns the value of attribute additional_iceberg_options.

Returns:

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


6437
6438
6439
# File 'sig/types.rbs', line 6437

def additional_iceberg_options
  @additional_iceberg_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6435
6436
6437
# File 'sig/types.rbs', line 6435

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6434
6435
6436
# File 'sig/types.rbs', line 6434

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6438
6439
6440
# File 'sig/types.rbs', line 6438

def output_schemas
  @output_schemas
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6436
6437
6438
# File 'sig/types.rbs', line 6436

def table
  @table
end