Class: Aws::Types::DatasetSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#dataset_type ⇒ "SESSION", ...
Returns the value of attribute dataset_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enrichment_status ⇒ Types::DatasetEnrichment
Returns the value of attribute enrichment_status.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_type ⇒ "KENDRA", "SITEWISE"
Returns the value of attribute source_type.
-
#status ⇒ Types::DatasetStatus
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
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.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def dataset_type @dataset_type end |
#description ⇒ ::String
Returns the value of attribute description.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def description @description end |
#enrichment_status ⇒ Types::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.
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.
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.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def name @name end |
#source_type ⇒ "KENDRA", "SITEWISE"
Returns the value of attribute source_type.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def source_type @source_type end |
#status ⇒ Types::DatasetStatus
Returns the value of attribute status.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def status @status end |