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.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#sha ⇒ ::String
Returns the value of attribute sha.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
388 389 390 |
# File 'sig/types.rbs', line 388 def branch @branch end |
#directory ⇒ ::String
Returns the value of attribute directory.
389 390 391 |
# File 'sig/types.rbs', line 389 def directory @directory end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
390 391 392 |
# File 'sig/types.rbs', line 390 def owner_id @owner_id end |
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
392 393 394 |
# File 'sig/types.rbs', line 392 def provider_type @provider_type end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
391 392 393 |
# File 'sig/types.rbs', line 391 def repository_name @repository_name end |
#sha ⇒ ::String
Returns the value of attribute sha.
393 394 395 |
# File 'sig/types.rbs', line 393 def sha @sha end |