Module: Aws::Glue::Client::_GetIntegrationResourcePropertyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIntegrationResourcePropertyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #resource_arn ⇒ ::String
- #resource_property_arn ⇒ ::String
- #source_processing_properties ⇒ Types::SourceProcessingProperties
- #target_processing_properties ⇒ Types::TargetProcessingProperties
Instance Method Details
#resource_arn ⇒ ::String
2155 |
# File 'sig/client.rbs', line 2155
def resource_arn: () -> ::String
|
#resource_property_arn ⇒ ::String
2156 |
# File 'sig/client.rbs', line 2156
def resource_property_arn: () -> ::String
|
#source_processing_properties ⇒ Types::SourceProcessingProperties
2157 |
# File 'sig/client.rbs', line 2157
def source_processing_properties: () -> Types::SourceProcessingProperties
|
#target_processing_properties ⇒ Types::TargetProcessingProperties
2158 |
# File 'sig/client.rbs', line 2158
def target_processing_properties: () -> Types::TargetProcessingProperties
|