Class: Aws::Types::DatasetUpdateSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetUpdateSummary
- 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.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
565 566 567 |
# File 'sig/types.rbs', line 565 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
564 565 566 |
# File 'sig/types.rbs', line 564 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
566 567 568 |
# File 'sig/types.rbs', line 566 def last_updated_date_time @last_updated_date_time end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
562 563 564 |
# File 'sig/types.rbs', line 562 def schema_arn @schema_arn end |
#status ⇒ ::String
Returns the value of attribute status.
563 564 565 |
# File 'sig/types.rbs', line 563 def status @status end |