Class: Aws::Types::FlowDefinitionOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::FlowDefinitionOutputConfig
- 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.
-
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
6051 6052 6053 |
# File 'sig/types.rbs', line 6051 def kms_key_id @kms_key_id end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
6050 6051 6052 |
# File 'sig/types.rbs', line 6050 def s3_output_path @s3_output_path end |