Class: Aws::Types::DatasetGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#dataset_group_name ⇒ ::String
Returns the value of attribute dataset_group_name.
-
#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.
296 297 298 |
# File 'sig/types.rbs', line 296 def creation_time @creation_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
294 295 296 |
# File 'sig/types.rbs', line 294 def dataset_group_arn @dataset_group_arn end |
#dataset_group_name ⇒ ::String
Returns the value of attribute dataset_group_name.
295 296 297 |
# File 'sig/types.rbs', line 295 def dataset_group_name @dataset_group_name end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
297 298 299 |
# File 'sig/types.rbs', line 297 def last_modification_time @last_modification_time end |