Class: Aws::Types::DataViewDestinationTypeParams
- Inherits:
-
Object
- Object
- Aws::Types::DataViewDestinationTypeParams
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_type ⇒ ::String
Returns the value of attribute destination_type.
-
#s3_destination_export_file_format ⇒ "PARQUET", "DELIMITED_TEXT"
Returns the value of attribute s3_destination_export_file_format.
-
#s3_destination_export_file_format_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute s3_destination_export_file_format_options.
Instance Attribute Details
#destination_type ⇒ ::String
Returns the value of attribute destination_type.
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.
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.
160 161 162 |
# File 'sig/types.rbs', line 160 def @s3_destination_export_file_format_options end |