Class: Aws::Types::GitLabDetails
- Inherits:
-
Object
- Object
- Aws::Types::GitLabDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#token_value ⇒ ::String
Returns the value of attribute token_value.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
738 739 740 |
# File 'sig/types.rbs', line 738 def group_id @group_id end |
#target_url ⇒ ::String
Returns the value of attribute target_url.
735 736 737 |
# File 'sig/types.rbs', line 735 def target_url @target_url end |
#token_type ⇒ "personal", "group"
Returns the value of attribute token_type.
736 737 738 |
# File 'sig/types.rbs', line 736 def token_type @token_type end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
737 738 739 |
# File 'sig/types.rbs', line 737 def token_value @token_value end |