Class: Aws::Types::IntegratedRepository
- Inherits:
-
Object
- Object
- Aws::Types::IntegratedRepository
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
-
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def branch @branch end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def integration_id @integration_id end |
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def provider_resource_id @provider_resource_id end |