Class: Aws::Types::UpdateIntegrationResourcePropertyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegrationResourcePropertyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_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.
8085 8086 8087 |
# File 'sig/types.rbs', line 8085 def resource_arn @resource_arn end |
#source_processing_properties ⇒ Types::SourceProcessingProperties
Returns the value of attribute source_processing_properties.
8086 8087 8088 |
# File 'sig/types.rbs', line 8086 def source_processing_properties @source_processing_properties end |
#target_processing_properties ⇒ Types::TargetProcessingProperties
Returns the value of attribute target_processing_properties.
8087 8088 8089 |
# File 'sig/types.rbs', line 8087 def target_processing_properties @target_processing_properties end |