Class: Aws::Types::IntegrationResourceProperty
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationResourceProperty
- 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.
4771 4772 4773 |
# File 'sig/types.rbs', line 4771 def resource_arn @resource_arn end |
#resource_property_arn ⇒ ::String
Returns the value of attribute resource_property_arn.
4772 4773 4774 |
# File 'sig/types.rbs', line 4772 def resource_property_arn @resource_property_arn end |
#source_processing_properties ⇒ Types::SourceProcessingProperties
Returns the value of attribute source_processing_properties.
4773 4774 4775 |
# File 'sig/types.rbs', line 4773 def source_processing_properties @source_processing_properties end |
#target_processing_properties ⇒ Types::TargetProcessingProperties
Returns the value of attribute target_processing_properties.
4774 4775 4776 |
# File 'sig/types.rbs', line 4774 def target_processing_properties @target_processing_properties end |