Class: Aws::Types::Revision
- Inherits:
-
Object
- Object
- Aws::Types::Revision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#directory ⇒ ::String
Returns the value of attribute directory.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
-
#sha ⇒ ::String
Returns the value of attribute sha.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def branch @branch end |
#directory ⇒ ::String
Returns the value of attribute directory.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def directory @directory end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def repository_name @repository_name end |
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def repository_provider @repository_provider end |
#sha ⇒ ::String
Returns the value of attribute sha.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def sha @sha end |