Class: Aws::Types::Dataset

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def 
  @account_id
end

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


227
228
229
# File 'sig/types.rbs', line 227

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def created_by
  @created_by
end

#format ⇒ "CSV", ...

Returns the value of attribute format.

Returns:

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


229
230
231
# File 'sig/types.rbs', line 229

def format
  @format
end

#format_options ⇒ Types::FormatOptions

Returns the value of attribute format_options.



230
231
232
# File 'sig/types.rbs', line 230

def format_options
  @format_options
end

#input ⇒ Types::Input

Returns the value of attribute input.

Returns:



231
232
233
# File 'sig/types.rbs', line 231

def input
  @input
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


232
233
234
# File 'sig/types.rbs', line 232

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def name
  @name
end

#path_options ⇒ Types::PathOptions

Returns the value of attribute path_options.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def path_options
  @path_options
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def resource_arn
  @resource_arn
end

#source ⇒ "S3", ...

Returns the value of attribute source.

Returns:

  • ("S3", "DATA-CATALOG", "DATABASE")


234
235
236
# File 'sig/types.rbs', line 234

def source
  @source
end

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

Returns the value of attribute tags.

Returns:

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


236
237
238
# File 'sig/types.rbs', line 236

def tags
  @tags
end