Class: Aws::Types::TableWithColumnsResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def catalog_id
  @catalog_id
end

#column_names::Array[::String]

Returns the value of attribute column_names.

Returns:

  • (::Array[::String])


1086
1087
1088
# File 'sig/types.rbs', line 1086

def column_names
  @column_names
end

#column_wildcardTypes::ColumnWildcard

Returns the value of attribute column_wildcard.



1087
1088
1089
# File 'sig/types.rbs', line 1087

def column_wildcard
  @column_wildcard
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def database_name
  @database_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def name
  @name
end