Class: Aws::Types::GovernedCatalogTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


4462
4463
4464
# File 'sig/types.rbs', line 4462

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


4459
4460
4461
# File 'sig/types.rbs', line 4459

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4458
4459
4460
# File 'sig/types.rbs', line 4458

def name
  @name
end

#partition_keys::Array[::Array[::String]]

Returns the value of attribute partition_keys.

Returns:

  • (::Array[::Array[::String]])


4460
4461
4462
# File 'sig/types.rbs', line 4460

def partition_keys
  @partition_keys
end

#schema_change_policyTypes::CatalogSchemaChangePolicy

Returns the value of attribute schema_change_policy.



4463
4464
4465
# File 'sig/types.rbs', line 4463

def schema_change_policy
  @schema_change_policy
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


4461
4462
4463
# File 'sig/types.rbs', line 4461

def table
  @table
end