Class: Aws::Types::UpdateGitHubIntegrationDetail
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGitHubIntegrationDetail
- 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.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def code @code end |
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 def installation_id @installation_id end |