Class: Aws::Types::ProtectedQueryS3OutputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2936
2937
2938
# File 'sig/types.rbs', line 2936

def bucket
  @bucket
end

#key_prefix::String

Returns the value of attribute key_prefix.

Returns:

  • (::String)


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.

Returns:

  • ("CSV", "PARQUET")


2935
2936
2937
# File 'sig/types.rbs', line 2935

def result_format
  @result_format
end

#single_file_outputBoolean

Returns the value of attribute single_file_output.

Returns:

  • (Boolean)


2938
2939
2940
# File 'sig/types.rbs', line 2938

def single_file_output
  @single_file_output
end