Class: Aws::Types::DatasetDescription
- Inherits:
-
Object
- Object
- Aws::Types::DatasetDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#dataset_stats ⇒ Types::DatasetStats
Returns the value of attribute dataset_stats.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#status_message_code ⇒ "SUCCESS", ...
Returns the value of attribute status_message_code.
Instance Attribute Details
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
341 342 343 |
# File 'sig/types.rbs', line 341 def @creation_timestamp end |
#dataset_stats ⇒ Types::DatasetStats
Returns the value of attribute dataset_stats.
346 347 348 |
# File 'sig/types.rbs', line 346 def dataset_stats @dataset_stats end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
342 343 344 |
# File 'sig/types.rbs', line 342 def @last_updated_timestamp end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
343 344 345 |
# File 'sig/types.rbs', line 343 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
344 345 346 |
# File 'sig/types.rbs', line 344 def @status_message end |
#status_message_code ⇒ "SUCCESS", ...
Returns the value of attribute status_message_code.
345 346 347 |
# File 'sig/types.rbs', line 345 def @status_message_code end |