Class: Aws::Types::RepositoryBranch
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryBranch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def arn @arn end |
#branch ⇒ ::String
Returns the value of attribute branch.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def branch @branch end |
#name ⇒ ::String
Returns the value of attribute name.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def name @name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def provider @provider end |