Module: Aws::Glue::Client::_GetIntegrationTablePropertiesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIntegrationTablePropertiesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #resource_arn ⇒ ::String
- #source_table_config ⇒ Types::SourceTableConfig
- #table_name ⇒ ::String
- #target_table_config ⇒ Types::TargetTableConfig
Instance Method Details
#resource_arn ⇒ ::String
2168 |
# File 'sig/client.rbs', line 2168
def resource_arn: () -> ::String
|
#source_table_config ⇒ Types::SourceTableConfig
2170 |
# File 'sig/client.rbs', line 2170
def source_table_config: () -> Types::SourceTableConfig
|
#table_name ⇒ ::String
2169 |
# File 'sig/client.rbs', line 2169
def table_name: () -> ::String
|
#target_table_config ⇒ Types::TargetTableConfig
2171 |
# File 'sig/client.rbs', line 2171
def target_table_config: () -> Types::TargetTableConfig
|