Class: Aws::Types::CreateDatasetRequest

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")


59
60
61
# File 'sig/types.rbs', line 59

def format
  @format
end

#format_options ⇒ Types::FormatOptions

Returns the value of attribute format_options.



60
61
62
# File 'sig/types.rbs', line 60

def format_options
  @format_options
end

#input ⇒ Types::Input

Returns the value of attribute input.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def input
  @input
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def name
  @name
end

#path_options ⇒ Types::PathOptions

Returns the value of attribute path_options.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def path_options
  @path_options
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


63
64
65
# File 'sig/types.rbs', line 63

def tags
  @tags
end