Class: Aws::Types::CreateIntegrationDetail

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

Defined Under Namespace

Classes: GitlabSelfManaged, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def unknown
  @unknown
end