Class: Aws::Types::OutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::OutputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compression_type ⇒ "GZIP", "NONE"
Returns the value of attribute compression_type.
-
#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
#compression_type ⇒ "GZIP", "NONE"
Returns the value of attribute compression_type.
9678 9679 9680 |
# File 'sig/types.rbs', line 9678 def compression_type @compression_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
9676 9677 9678 |
# File 'sig/types.rbs', line 9676 def kms_key_id @kms_key_id end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
9677 9678 9679 |
# File 'sig/types.rbs', line 9677 def s3_output_path @s3_output_path end |