Class: Aws::Types::DestinationOptionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_format"plain-text", "parquet"

Returns the value of attribute file_format.

Returns:

  • ("plain-text", "parquet")


8210
8211
8212
# File 'sig/types.rbs', line 8210

def file_format
  @file_format
end

#hive_compatible_partitionsBoolean

Returns the value of attribute hive_compatible_partitions.

Returns:

  • (Boolean)


8211
8212
8213
# File 'sig/types.rbs', line 8211

def hive_compatible_partitions
  @hive_compatible_partitions
end

#per_hour_partitionBoolean

Returns the value of attribute per_hour_partition.

Returns:

  • (Boolean)


8212
8213
8214
# File 'sig/types.rbs', line 8212

def per_hour_partition
  @per_hour_partition
end