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.



6447
6448
6449
# File 'sig/types.rbs', line 6447

def additional_options
  @additional_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6444
6445
6446
# File 'sig/types.rbs', line 6444

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6443
6444
6445
# File 'sig/types.rbs', line 6443

def name
  @name
end

#partition_predicate::String

Returns the value of attribute partition_predicate.

Returns:

  • (::String)


6446
6447
6448
# File 'sig/types.rbs', line 6446

def partition_predicate
  @partition_predicate
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6445
6446
6447
# File 'sig/types.rbs', line 6445

def table
  @table
end