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.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def branch @branch end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def integration_id @integration_id end |
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def provider_resource_id @provider_resource_id end |