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)


2909
2910
2911
# File 'sig/types.rbs', line 2909

def bucket
  @bucket
end

#key_prefix::String

Returns the value of attribute key_prefix.

Returns:

  • (::String)


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.

Returns:

  • ("CSV", "PARQUET")


2908
2909
2910
# File 'sig/types.rbs', line 2908

def result_format
  @result_format
end

#single_file_outputBoolean

Returns the value of attribute single_file_output.

Returns:

  • (Boolean)


2911
2912
2913
# File 'sig/types.rbs', line 2911

def single_file_output
  @single_file_output
end