Class: Aws::Types::ProcessingOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#outputs ⇒ ::Array[Types::ProcessingOutput]
Returns the value of attribute outputs.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
10026 10027 10028 |
# File 'sig/types.rbs', line 10026 def kms_key_id @kms_key_id end |
#outputs ⇒ ::Array[Types::ProcessingOutput]
Returns the value of attribute outputs.
10025 10026 10027 |
# File 'sig/types.rbs', line 10025 def outputs @outputs end |