Class: Aws::Types::RowLevelResultsOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_table_configTypes::CatalogTableConfigOptions

Returns the value of attribute catalog_table_config.



6385
6386
6387
# File 'sig/types.rbs', line 6385

def catalog_table_config
  @catalog_table_config
end

#max_rows_to_write::Integer

Returns the value of attribute max_rows_to_write.

Returns:

  • (::Integer)


6383
6384
6385
# File 'sig/types.rbs', line 6383

def max_rows_to_write
  @max_rows_to_write
end

#result_type"ALL", ...

Returns the value of attribute result_type.

Returns:

  • ("ALL", "PASSED_ONLY", "FAILED_ONLY")


6384
6385
6386
# File 'sig/types.rbs', line 6384

def result_type
  @result_type
end