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:



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

def arn
  @arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:



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

def creation_date
  @creation_date
end

#dataset_type"SESSION", ...

Returns the value of attribute dataset_type.

Returns:



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

def dataset_type
  @dataset_type
end

#description::String

Returns the value of attribute description.

Returns:



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

def description
  @description
end

#enrichment_statusTypes::DatasetEnrichment

Returns the value of attribute enrichment_status.

Returns:



1260
1261
1262
# File 'sig/types.rbs', line 1260

def enrichment_status
  @enrichment_status
end

#id::String

Returns the value of attribute id.

Returns:



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

def id
  @id
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:



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

def last_update_date
  @last_update_date
end

#name::String

Returns the value of attribute name.

Returns:



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

def name
  @name
end

#source_type"KENDRA", "SITEWISE"

Returns the value of attribute source_type.

Returns:



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

def source_type
  @source_type
end

#statusTypes::DatasetStatus

Returns the value of attribute status.

Returns:



1259
1260
1261
# File 'sig/types.rbs', line 1259

def status
  @status
end