Class: Aws::Types::DatasetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def arn
  @arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def creation_date
  @creation_date
end

#dataset_type"SESSION", ...

Returns the value of attribute dataset_type.

Returns:

  • ("SESSION", "CURATED", "EXTERNAL")


1253
1254
1255
# File 'sig/types.rbs', line 1253

def dataset_type
  @dataset_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def description
  @description
end

#enrichment_statusTypes::DatasetEnrichment

Returns the value of attribute enrichment_status.



1257
1258
1259
# File 'sig/types.rbs', line 1257

def enrichment_status
  @enrichment_status
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def id
  @id
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def last_update_date
  @last_update_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def name
  @name
end

#source_type"KENDRA", "SITEWISE"

Returns the value of attribute source_type.

Returns:

  • ("KENDRA", "SITEWISE")


1252
1253
1254
# File 'sig/types.rbs', line 1252

def source_type
  @source_type
end

#statusTypes::DatasetStatus

Returns the value of attribute status.



1256
1257
1258
# File 'sig/types.rbs', line 1256

def status
  @status
end