Class: Aws::Types::DataViewDestinationTypeParams

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_type::String

Returns the value of attribute destination_type.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def destination_type
  @destination_type
end

#s3_destination_export_file_format"PARQUET", "DELIMITED_TEXT"

Returns the value of attribute s3_destination_export_file_format.

Returns:

  • ("PARQUET", "DELIMITED_TEXT")


159
160
161
# File 'sig/types.rbs', line 159

def s3_destination_export_file_format
  @s3_destination_export_file_format
end

#s3_destination_export_file_format_options::Hash[::String, ::String]

Returns the value of attribute s3_destination_export_file_format_options.

Returns:

  • (::Hash[::String, ::String])


160
161
162
# File 'sig/types.rbs', line 160

def s3_destination_export_file_format_options
  @s3_destination_export_file_format_options
end