Class: Aws::Types::GenerationSummary
- Inherits:
-
Object
- Object
- Aws::Types::GenerationSummary
- 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.
-
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
-
#generation_status ⇒ "Failed", ...
Returns the value of attribute generation_status.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def creation_date_time @creation_date_time end |
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def generation_id @generation_id end |
#generation_status ⇒ "Failed", ...
Returns the value of attribute generation_status.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def generation_status @generation_status end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def last_updated_date_time @last_updated_date_time end |