Class: Aws::Types::DatasetSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#dataset_type ⇒ "TARGET_TIME_SERIES", ...
Returns the value of attribute dataset_type.
-
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
318 319 320 |
# File 'sig/types.rbs', line 318 def creation_time @creation_time end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
314 315 316 |
# File 'sig/types.rbs', line 314 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
315 316 317 |
# File 'sig/types.rbs', line 315 def dataset_name @dataset_name end |
#dataset_type ⇒ "TARGET_TIME_SERIES", ...
Returns the value of attribute dataset_type.
316 317 318 |
# File 'sig/types.rbs', line 316 def dataset_type @dataset_type end |
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
317 318 319 |
# File 'sig/types.rbs', line 317 def domain @domain end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
319 320 321 |
# File 'sig/types.rbs', line 319 def last_modification_time @last_modification_time end |