Class: Aws::Types::CustomTransformationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomTransformationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intermediate_storage ⇒ Types::IntermediateStorage
Returns the value of attribute intermediate_storage.
-
#transformations ⇒ ::Array[Types::Transformation]
Returns the value of attribute transformations.
Instance Attribute Details
#intermediate_storage ⇒ Types::IntermediateStorage
Returns the value of attribute intermediate_storage.
645 646 647 |
# File 'sig/types.rbs', line 645 def intermediate_storage @intermediate_storage end |
#transformations ⇒ ::Array[Types::Transformation]
Returns the value of attribute transformations.
646 647 648 |
# File 'sig/types.rbs', line 646 def transformations @transformations end |