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.
3620 3621 3622 |
# File 'sig/types.rbs', line 3620 def compute_location @compute_location end |
#forwarding_config ⇒ Types::ForwardingConfig
Returns the value of attribute forwarding_config.
3621 3622 3623 |
# File 'sig/types.rbs', line 3621 def forwarding_config @forwarding_config end |