Module: Aws::Glue::Client::_UpdateIntegrationResourcePropertyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateIntegrationResourcePropertyResponse]
- 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
4461 |
# File 'sig/client.rbs', line 4461
def resource_arn: () -> ::String
|
#resource_property_arn ⇒ ::String
4462 |
# File 'sig/client.rbs', line 4462
def resource_property_arn: () -> ::String
|
#source_processing_properties ⇒ Types::SourceProcessingProperties
4463 |
# File 'sig/client.rbs', line 4463
def source_processing_properties: () -> Types::SourceProcessingProperties
|
#target_processing_properties ⇒ Types::TargetProcessingProperties
4464 |
# File 'sig/client.rbs', line 4464
def target_processing_properties: () -> Types::TargetProcessingProperties
|