Class: Aws::Types::TransformProcessingConfig
- Inherits:
-
Object
- Object
- Aws::Types::TransformProcessingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_location ⇒ "EDGE", "CLOUD"
Returns the value of attribute compute_location.
-
#forwarding_config ⇒ Types::ForwardingConfig
Returns the value of attribute forwarding_config.
Instance Attribute Details
#compute_location ⇒ "EDGE", "CLOUD"
Returns the value of attribute compute_location.
3579 3580 3581 |
# File 'sig/types.rbs', line 3579 def compute_location @compute_location end |
#forwarding_config ⇒ Types::ForwardingConfig
Returns the value of attribute forwarding_config.
3580 3581 3582 |
# File 'sig/types.rbs', line 3580 def forwarding_config @forwarding_config end |