Class: Aws::Types::TableMetadata

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#columns::Array[Types::Column]

Returns the value of attribute columns.



1224
1225
1226
# File 'sig/types.rbs', line 1224

def columns
  @columns
end

#create_time::Time

Returns the value of attribute create_time.



1221
1222
1223
# File 'sig/types.rbs', line 1221

def create_time
  @create_time
end

#last_access_time::Time

Returns the value of attribute last_access_time.



1222
1223
1224
# File 'sig/types.rbs', line 1222

def last_access_time
  @last_access_time
end

#name::String

Returns the value of attribute name.



1220
1221
1222
# File 'sig/types.rbs', line 1220

def name
  @name
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.



1226
1227
1228
# File 'sig/types.rbs', line 1226

def parameters
  @parameters
end

#partition_keys::Array[Types::Column]

Returns the value of attribute partition_keys.



1225
1226
1227
# File 'sig/types.rbs', line 1225

def partition_keys
  @partition_keys
end

#table_type::String

Returns the value of attribute table_type.



1223
1224
1225
# File 'sig/types.rbs', line 1223

def table_type
  @table_type
end