Class: Aws::Types::UpdateIntegrationDetails
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegrationDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Github, GitlabSelfManaged, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#github ⇒ Types::UpdateGitHubIntegrationDetail
Returns the value of attribute github.
-
#gitlab_self_managed ⇒ Types::UpdateGitLabSelfManagedIntegrationDetail
Returns the value of attribute gitlab_self_managed.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#github ⇒ Types::UpdateGitHubIntegrationDetail
Returns the value of attribute github.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def github @github end |
#gitlab_self_managed ⇒ Types::UpdateGitLabSelfManagedIntegrationDetail
Returns the value of attribute gitlab_self_managed.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def gitlab_self_managed @gitlab_self_managed end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def unknown @unknown end |