Class: Aws::Types::BitbucketIntegrationInput
- Inherits:
-
Object
- Object
- Aws::Types::BitbucketIntegrationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#workspace ⇒ ::String
Returns the value of attribute workspace.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
395 396 397 |
# File 'sig/types.rbs', line 395 def code @code end |
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
393 394 395 |
# File 'sig/types.rbs', line 393 def installation_id @installation_id end |
#state ⇒ ::String
Returns the value of attribute state.
396 397 398 |
# File 'sig/types.rbs', line 396 def state @state end |
#workspace ⇒ ::String
Returns the value of attribute workspace.
394 395 396 |
# File 'sig/types.rbs', line 394 def workspace @workspace end |