Class: Aws::Types::S3OutputFormatConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_configTypes::AggregationConfig

Returns the value of attribute aggregation_config.



1022
1023
1024
# File 'sig/types.rbs', line 1022

def aggregation_config
  @aggregation_config
end

#file_type"CSV", ...

Returns the value of attribute file_type.

Returns:

  • ("CSV", "JSON", "PARQUET")


1020
1021
1022
# File 'sig/types.rbs', line 1020

def file_type
  @file_type
end

#prefix_configTypes::PrefixConfig

Returns the value of attribute prefix_config.

Returns:



1021
1022
1023
# File 'sig/types.rbs', line 1021

def prefix_config
  @prefix_config
end

#preserve_source_data_typingBoolean

Returns the value of attribute preserve_source_data_typing.

Returns:

  • (Boolean)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def preserve_source_data_typing
  @preserve_source_data_typing
end