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.
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.
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.
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.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def token_type @token_type end |