Class: Aws::Types::UpdateDatasetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format ⇒ "CSV", ...

Returns the value of attribute format.

Returns:

  • ("CSV", "JSON", "PARQUET", "EXCEL", "ORC")


968
969
970
# File 'sig/types.rbs', line 968

def format
  @format
end

#format_options ⇒ Types::FormatOptions

Returns the value of attribute format_options.



969
970
971
# File 'sig/types.rbs', line 969

def format_options
  @format_options
end

#input ⇒ Types::Input

Returns the value of attribute input.

Returns:



970
971
972
# File 'sig/types.rbs', line 970

def input
  @input
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def name
  @name
end

#path_options ⇒ Types::PathOptions

Returns the value of attribute path_options.

Returns:



971
972
973
# File 'sig/types.rbs', line 971

def path_options
  @path_options
end