Class: Aws::Types::CreateIntegrationResourcePropertyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntegrationResourcePropertyRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def resource_arn @resource_arn end |
#source_processing_properties ⇒ Types::SourceProcessingProperties
Returns the value of attribute source_processing_properties.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def source_processing_properties @source_processing_properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def @tags end |
#target_processing_properties ⇒ Types::TargetProcessingProperties
Returns the value of attribute target_processing_properties.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def target_processing_properties @target_processing_properties end |