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.



6489
6490
6491
# File 'sig/types.rbs', line 6489

def additional_options
  @additional_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6486
6487
6488
# File 'sig/types.rbs', line 6486

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6485
6486
6487
# File 'sig/types.rbs', line 6485

def name
  @name
end

#partition_predicate::String

Returns the value of attribute partition_predicate.

Returns:

  • (::String)


6488
6489
6490
# File 'sig/types.rbs', line 6488

def partition_predicate
  @partition_predicate
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6487
6488
6489
# File 'sig/types.rbs', line 6487

def table
  @table
end