Class: Aws::Types::ArtifactRevision
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#revision_change_identifier ⇒ ::String
Returns the value of attribute revision_change_identifier.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#revision_summary ⇒ ::String
Returns the value of attribute revision_summary.
-
#revision_url ⇒ ::String
Returns the value of attribute revision_url.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
294 295 296 |
# File 'sig/types.rbs', line 294 def created @created end |
#name ⇒ ::String
Returns the value of attribute name.
290 291 292 |
# File 'sig/types.rbs', line 290 def name @name end |
#revision_change_identifier ⇒ ::String
Returns the value of attribute revision_change_identifier.
292 293 294 |
# File 'sig/types.rbs', line 292 def revision_change_identifier @revision_change_identifier end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
291 292 293 |
# File 'sig/types.rbs', line 291 def revision_id @revision_id end |
#revision_summary ⇒ ::String
Returns the value of attribute revision_summary.
293 294 295 |
# File 'sig/types.rbs', line 293 def revision_summary @revision_summary end |
#revision_url ⇒ ::String
Returns the value of attribute revision_url.
295 296 297 |
# File 'sig/types.rbs', line 295 def revision_url @revision_url end |