Class: Aws::Types::OutputDataConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#compression_type"GZIP", "NONE"

Returns the value of attribute compression_type.



9741
9742
9743
# File 'sig/types.rbs', line 9741

def compression_type
  @compression_type
end

#kms_key_id::String

Returns the value of attribute kms_key_id.



9739
9740
9741
# File 'sig/types.rbs', line 9739

def kms_key_id
  @kms_key_id
end

#s3_output_path::String

Returns the value of attribute s3_output_path.



9740
9741
9742
# File 'sig/types.rbs', line 9740

def s3_output_path
  @s3_output_path
end