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
2204 |
# File 'sig/client.rbs', line 2204
def resource_arn: () -> ::String
|
#source_table_config ⇒ Types::SourceTableConfig
2206 |
# File 'sig/client.rbs', line 2206
def source_table_config: () -> Types::SourceTableConfig
|
#table_name ⇒ ::String
2205 |
# File 'sig/client.rbs', line 2205
def table_name: () -> ::String
|
#target_table_config ⇒ Types::TargetTableConfig
2207 |
# File 'sig/client.rbs', line 2207
def target_table_config: () -> Types::TargetTableConfig
|