Class: Aws::Types::UpdateIntegrationDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Github, GitlabSelfManaged, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#githubTypes::UpdateGitHubIntegrationDetail

Returns the value of attribute github.



2928
2929
2930
# File 'sig/types.rbs', line 2928

def github
  @github
end

#gitlab_self_managedTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2929
2930
2931
# File 'sig/types.rbs', line 2929

def unknown
  @unknown
end