Class: Aws::Types::GitLabIntegrationInput
- Inherits:
-
Object
- Object
- Aws::Types::GitLabIntegrationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#target_url ⇒ ::String
Returns the value of attribute target_url.
-
#token_type ⇒ "PERSONAL", "GROUP"
Returns the value of attribute token_type.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def access_token @access_token end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def group_id @group_id end |
#target_url ⇒ ::String
Returns the value of attribute target_url.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def target_url @target_url end |
#token_type ⇒ "PERSONAL", "GROUP"
Returns the value of attribute token_type.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def token_type @token_type end |