Class: Aws::Types::GitLabIntegrationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def access_token
  @access_token
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def group_id
  @group_id
end

#target_url::String

Returns the value of attribute target_url.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def target_url
  @target_url
end

#token_type"PERSONAL", "GROUP"

Returns the value of attribute token_type.

Returns:

  • ("PERSONAL", "GROUP")


1157
1158
1159
# File 'sig/types.rbs', line 1157

def token_type
  @token_type
end