Class: Aws::Types::UpdateIntegrationResourcePropertyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegrationResourcePropertyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_property_arn ⇒ ::String
Returns the value of attribute resource_property_arn.
-
#source_processing_properties ⇒ Types::SourceProcessingProperties
Returns the value of attribute source_processing_properties.
-
#target_processing_properties ⇒ Types::TargetProcessingProperties
Returns the value of attribute target_processing_properties.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
8092 8093 8094 |
# File 'sig/types.rbs', line 8092 def resource_arn @resource_arn end |
#resource_property_arn ⇒ ::String
Returns the value of attribute resource_property_arn.
8093 8094 8095 |
# File 'sig/types.rbs', line 8093 def resource_property_arn @resource_property_arn end |
#source_processing_properties ⇒ Types::SourceProcessingProperties
Returns the value of attribute source_processing_properties.
8094 8095 8096 |
# File 'sig/types.rbs', line 8094 def source_processing_properties @source_processing_properties end |
#target_processing_properties ⇒ Types::TargetProcessingProperties
Returns the value of attribute target_processing_properties.
8095 8096 8097 |
# File 'sig/types.rbs', line 8095 def target_processing_properties @target_processing_properties end |