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
2180 |
# File 'sig/client.rbs', line 2180
def resource_arn: () -> ::String
|
#source_table_config ⇒ Types::SourceTableConfig
2182 |
# File 'sig/client.rbs', line 2182
def source_table_config: () -> Types::SourceTableConfig
|
#table_name ⇒ ::String
2181 |
# File 'sig/client.rbs', line 2181
def table_name: () -> ::String
|
#target_table_config ⇒ Types::TargetTableConfig
2183 |
# File 'sig/client.rbs', line 2183
def target_table_config: () -> Types::TargetTableConfig
|