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.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def bucket @bucket end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def key_prefix @key_prefix end |
#result_format ⇒ "CSV", "PARQUET"
Returns the value of attribute result_format.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def result_format @result_format end |
#single_file_output ⇒ Boolean
Returns the value of attribute single_file_output.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def single_file_output @single_file_output end |