Class: Aws::Types::DatasetSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetSummary
- 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_type ⇒ ::String
Returns the value of attribute dataset_type.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
556 557 558 |
# File 'sig/types.rbs', line 556 def creation_date_time @creation_date_time end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
553 554 555 |
# File 'sig/types.rbs', line 553 def dataset_arn @dataset_arn end |
#dataset_type ⇒ ::String
Returns the value of attribute dataset_type.
554 555 556 |
# File 'sig/types.rbs', line 554 def dataset_type @dataset_type end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
557 558 559 |
# File 'sig/types.rbs', line 557 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
552 553 554 |
# File 'sig/types.rbs', line 552 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
555 556 557 |
# File 'sig/types.rbs', line 555 def status @status end |