Class: Aws::Types::AthenaDatasetDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def catalog
  @catalog
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def database
  @database
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def kms_key_id
  @kms_key_id
end

#output_compression"GZIP", ...

Returns the value of attribute output_compression.

Returns:

  • ("GZIP", "SNAPPY", "ZLIB")


550
551
552
# File 'sig/types.rbs', line 550

def output_compression
  @output_compression
end

#output_format"PARQUET", ...

Returns the value of attribute output_format.

Returns:

  • ("PARQUET", "ORC", "AVRO", "JSON", "TEXTFILE")


549
550
551
# File 'sig/types.rbs', line 549

def output_format
  @output_format
end

#output_s3_uri::String

Returns the value of attribute output_s3_uri.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def output_s3_uri
  @output_s3_uri
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def query_string
  @query_string
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def work_group
  @work_group
end