Module: Aws::Glue::Client::_CreateIntegrationResourcePropertyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationResourcePropertyResponse]
- 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
709 |
# File 'sig/client.rbs', line 709
def resource_arn: () -> ::String
|
#resource_property_arn ⇒ ::String
710 |
# File 'sig/client.rbs', line 710
def resource_property_arn: () -> ::String
|
#source_processing_properties ⇒ Types::SourceProcessingProperties
711 |
# File 'sig/client.rbs', line 711
def source_processing_properties: () -> Types::SourceProcessingProperties
|
#target_processing_properties ⇒ Types::TargetProcessingProperties
712 |
# File 'sig/client.rbs', line 712
def target_processing_properties: () -> Types::TargetProcessingProperties
|