Class: Aws::Types::GlueDataCatalogConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name ⇒ ::String

Returns the value of attribute database_name.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def database_name
  @database_name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def role_arn
  @role_arn
end

#table_prefix ⇒ ::String

Returns the value of attribute table_prefix.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def table_prefix
  @table_prefix
end