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.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def resource_arn @resource_arn end |
#source_processing_properties ⇒ Types::SourceProcessingProperties
Returns the value of attribute source_processing_properties.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def source_processing_properties @source_processing_properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def @tags end |
#target_processing_properties ⇒ Types::TargetProcessingProperties
Returns the value of attribute target_processing_properties.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def target_processing_properties @target_processing_properties end |