Class: Aws::Types::CreateIntegrationDetail
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntegrationDetail
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: GitlabSelfManaged, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gitlab_self_managed ⇒ Types::CreateGitLabSelfManagedIntegrationDetail
Returns the value of attribute gitlab_self_managed.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#gitlab_self_managed ⇒ Types::CreateGitLabSelfManagedIntegrationDetail
Returns the value of attribute gitlab_self_managed.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def gitlab_self_managed @gitlab_self_managed end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def unknown @unknown end |