Class: Aws::Types::OutputDataConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compression_type"GZIP", "NONE"

Returns the value of attribute compression_type.

Returns:

  • ("GZIP", "NONE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


9677
9678
9679
# File 'sig/types.rbs', line 9677

def s3_output_path
  @s3_output_path
end