Class: Aws::Types::SourceRevisionOverride
- Inherits:
-
Object
- Object
- Aws::Types::SourceRevisionOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#revision_type ⇒ "COMMIT_ID", ...
Returns the value of attribute revision_type.
-
#revision_value ⇒ ::String
Returns the value of attribute revision_value.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def action_name @action_name end |
#revision_type ⇒ "COMMIT_ID", ...
Returns the value of attribute revision_type.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def revision_type @revision_type end |
#revision_value ⇒ ::String
Returns the value of attribute revision_value.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def revision_value @revision_value end |