Class: Aws::Types::ActionRevision
- Inherits:
-
Object
- Object
- Aws::Types::ActionRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#revision_change_id ⇒ ::String
Returns the value of attribute revision_change_id.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
154 155 156 |
# File 'sig/types.rbs', line 154 def created @created end |
#revision_change_id ⇒ ::String
Returns the value of attribute revision_change_id.
153 154 155 |
# File 'sig/types.rbs', line 153 def revision_change_id @revision_change_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def revision_id @revision_id end |