Class: Aws::Types::CurrentRevision
- Inherits:
-
Object
- Object
- Aws::Types::CurrentRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_identifier ⇒ ::String
Returns the value of attribute change_identifier.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#revision ⇒ ::String
Returns the value of attribute revision.
-
#revision_summary ⇒ ::String
Returns the value of attribute revision_summary.
Instance Attribute Details
#change_identifier ⇒ ::String
Returns the value of attribute change_identifier.
388 389 390 |
# File 'sig/types.rbs', line 388 def change_identifier @change_identifier end |
#created ⇒ ::Time
Returns the value of attribute created.
389 390 391 |
# File 'sig/types.rbs', line 389 def created @created end |
#revision ⇒ ::String
Returns the value of attribute revision.
387 388 389 |
# File 'sig/types.rbs', line 387 def revision @revision end |
#revision_summary ⇒ ::String
Returns the value of attribute revision_summary.
390 391 392 |
# File 'sig/types.rbs', line 390 def revision_summary @revision_summary end |