Class: Aws::Types::TableResource

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)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def database_name
  @database_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def name
  @name
end

#table_wildcardTypes::TableWildcard

Returns the value of attribute table_wildcard.



1075
1076
1077
# File 'sig/types.rbs', line 1075

def table_wildcard
  @table_wildcard
end