Class: Aws::Types::RescoreExecutionPlanSummary
- Inherits:
-
Object
- Object
- Aws::Types::RescoreExecutionPlanSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
105 106 107 |
# File 'sig/types.rbs', line 105 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
104 105 106 |
# File 'sig/types.rbs', line 104 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
103 104 105 |
# File 'sig/types.rbs', line 103 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
107 108 109 |
# File 'sig/types.rbs', line 107 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
106 107 108 |
# File 'sig/types.rbs', line 106 def updated_at @updated_at end |