Class: Aws::Types::CreateGitLabSelfManagedIntegrationDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:instance_url, :access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def access_token
  @access_token
end

#instance_url::String

Returns the value of attribute instance_url.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def instance_url
  @instance_url
end