Class: Aws::Types::ProtectedQueryS3OutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedQueryS3OutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
-
#result_format ⇒ "CSV", "PARQUET"
Returns the value of attribute result_format.
-
#single_file_output ⇒ Boolean
Returns the value of attribute single_file_output.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def bucket @bucket end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def key_prefix @key_prefix end |
#result_format ⇒ "CSV", "PARQUET"
Returns the value of attribute result_format.
2935 2936 2937 |
# File 'sig/types.rbs', line 2935 def result_format @result_format end |
#single_file_output ⇒ Boolean
Returns the value of attribute single_file_output.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def single_file_output @single_file_output end |