Class: Aws::Types::Dataset
- Inherits:
-
Object
- Object
- Aws::Types::Dataset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#dataset_type ⇒ ::String
Returns the value of attribute dataset_type.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#latest_dataset_update ⇒ Types::DatasetUpdateSummary
Returns the value of attribute latest_dataset_update.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tracking_id ⇒ ::String
Returns the value of attribute tracking_id.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
446 447 448 |
# File 'sig/types.rbs', line 446 def creation_date_time @creation_date_time end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
441 442 443 |
# File 'sig/types.rbs', line 441 def dataset_arn @dataset_arn end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
442 443 444 |
# File 'sig/types.rbs', line 442 def dataset_group_arn @dataset_group_arn end |
#dataset_type ⇒ ::String
Returns the value of attribute dataset_type.
443 444 445 |
# File 'sig/types.rbs', line 443 def dataset_type @dataset_type end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
447 448 449 |
# File 'sig/types.rbs', line 447 def last_updated_date_time @last_updated_date_time end |
#latest_dataset_update ⇒ Types::DatasetUpdateSummary
Returns the value of attribute latest_dataset_update.
448 449 450 |
# File 'sig/types.rbs', line 448 def latest_dataset_update @latest_dataset_update end |
#name ⇒ ::String
Returns the value of attribute name.
440 441 442 |
# File 'sig/types.rbs', line 440 def name @name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
444 445 446 |
# File 'sig/types.rbs', line 444 def schema_arn @schema_arn end |
#status ⇒ ::String
Returns the value of attribute status.
445 446 447 |
# File 'sig/types.rbs', line 445 def status @status end |
#tracking_id ⇒ ::String
Returns the value of attribute tracking_id.
449 450 451 |
# File 'sig/types.rbs', line 449 def tracking_id @tracking_id end |