Class: Aws::Types::S3CatalogSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsTypes::S3SourceAdditionalOptions

Returns the value of attribute additional_options.



6516
6517
6518
# File 'sig/types.rbs', line 6516

def additional_options
  @additional_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6513
6514
6515
# File 'sig/types.rbs', line 6513

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6512
6513
6514
# File 'sig/types.rbs', line 6512

def name
  @name
end

#partition_predicate::String

Returns the value of attribute partition_predicate.

Returns:

  • (::String)


6515
6516
6517
# File 'sig/types.rbs', line 6515

def partition_predicate
  @partition_predicate
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6514
6515
6516
# File 'sig/types.rbs', line 6514

def table
  @table
end