Class: Aws::Types::DescribeDatasetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


326
327
328
# File 'sig/types.rbs', line 326

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def created_by
  @created_by
end

#format ⇒ "CSV", ...

Returns the value of attribute format.

Returns:

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


328
329
330
# File 'sig/types.rbs', line 328

def format
  @format
end

#format_options ⇒ Types::FormatOptions

Returns the value of attribute format_options.



329
330
331
# File 'sig/types.rbs', line 329

def format_options
  @format_options
end

#input ⇒ Types::Input

Returns the value of attribute input.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def input
  @input
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


331
332
333
# File 'sig/types.rbs', line 331

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def name
  @name
end

#path_options ⇒ Types::PathOptions

Returns the value of attribute path_options.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def path_options
  @path_options
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def resource_arn
  @resource_arn
end

#source ⇒ "S3", ...

Returns the value of attribute source.

Returns:

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


333
334
335
# File 'sig/types.rbs', line 333

def source
  @source
end

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

Returns the value of attribute tags.

Returns:

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


335
336
337
# File 'sig/types.rbs', line 335

def tags
  @tags
end