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.
9693 9694 9695 |
# File 'sig/types.rbs', line 9693 def compression_type @compression_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
9691 9692 9693 |
# File 'sig/types.rbs', line 9691 def kms_key_id @kms_key_id end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
9692 9693 9694 |
# File 'sig/types.rbs', line 9692 def s3_output_path @s3_output_path end |