Class: Aws::Types::CreateCodeSecurityIntegrationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::CreateIntegrationDetail

Returns the value of attribute details.



1025
1026
1027
# File 'sig/types.rbs', line 1025

def details
  @details
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1026
1027
1028
# File 'sig/types.rbs', line 1026

def tags
  @tags
end

#type"GITLAB_SELF_MANAGED", "GITHUB"

Returns the value of attribute type.

Returns:

  • ("GITLAB_SELF_MANAGED", "GITHUB")


1024
1025
1026
# File 'sig/types.rbs', line 1024

def type
  @type
end