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.



4434
4435
4436
# File 'sig/types.rbs', line 4434

def additional_options
  @additional_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


4431
4432
4433
# File 'sig/types.rbs', line 4431

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4430
4431
4432
# File 'sig/types.rbs', line 4430

def name
  @name
end

#partition_predicate::String

Returns the value of attribute partition_predicate.

Returns:

  • (::String)


4433
4434
4435
# File 'sig/types.rbs', line 4433

def partition_predicate
  @partition_predicate
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


4432
4433
4434
# File 'sig/types.rbs', line 4432

def table
  @table
end