Class: Aws::Types::SourceRevision
- Inherits:
-
Object
- Object
- Aws::Types::SourceRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#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
#action_name ⇒ ::String
Returns the value of attribute action_name.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def action_name @action_name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def revision_id @revision_id end |
#revision_summary ⇒ ::String
Returns the value of attribute revision_summary.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def revision_summary @revision_summary end |
#revision_url ⇒ ::String
Returns the value of attribute revision_url.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def revision_url @revision_url end |