Class: Aws::Types::UpsolverS3OutputFormatConfig

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.



1430
1431
1432
# File 'sig/types.rbs', line 1430

def aggregation_config
  @aggregation_config
end

#file_type"CSV", ...

Returns the value of attribute file_type.

Returns:

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


1428
1429
1430
# File 'sig/types.rbs', line 1428

def file_type
  @file_type
end

#prefix_configTypes::PrefixConfig

Returns the value of attribute prefix_config.

Returns:



1429
1430
1431
# File 'sig/types.rbs', line 1429

def prefix_config
  @prefix_config
end