Module: Aws::BCMDataExports::Client::_GetTableResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetTableResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#description::String

Returns:

  • (::String)


135
# File 'sig/client.rbs', line 135

def description: () -> ::String

#schema::Array[Types::Column]

Returns:



137
# File 'sig/client.rbs', line 137

def schema: () -> ::Array[Types::Column]

#table_name::String

Returns:

  • (::String)


134
# File 'sig/client.rbs', line 134

def table_name: () -> ::String

#table_properties::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


136
# File 'sig/client.rbs', line 136

def table_properties: () -> ::Hash[::String, ::String]