Class: Aws::Types::GovernedCatalogSource

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.



4453
4454
4455
# File 'sig/types.rbs', line 4453

def additional_options
  @additional_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


4450
4451
4452
# File 'sig/types.rbs', line 4450

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4449
4450
4451
# File 'sig/types.rbs', line 4449

def name
  @name
end

#partition_predicate::String

Returns the value of attribute partition_predicate.

Returns:

  • (::String)


4452
4453
4454
# File 'sig/types.rbs', line 4452

def partition_predicate
  @partition_predicate
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


4451
4452
4453
# File 'sig/types.rbs', line 4451

def table
  @table
end