Class: Aws::Types::RepositoryBranchInput
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryBranchInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#branch ⇒ ::String
Returns the value of attribute branch.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def branch @branch end |
#name ⇒ ::String
Returns the value of attribute name.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def name @name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def provider @provider end |