Module: Aws::BCMDataExports::Client::_GetTableResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTableResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #schema ⇒ ::Array[Types::Column]
- #table_name ⇒ ::String
- #table_properties ⇒ ::Hash[::String, ::String]
Instance Method Details
#description ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def description: () -> ::String
|
#schema ⇒ ::Array[Types::Column]
137 |
# File 'sig/client.rbs', line 137
def schema: () -> ::Array[Types::Column]
|
#table_name ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def table_name: () -> ::String
|
#table_properties ⇒ ::Hash[::String, ::String]
136 |
# File 'sig/client.rbs', line 136
def table_properties: () -> ::Hash[::String, ::String]
|