Class: Aws::Types::GitLabDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:token_value])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("personal", "group")


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.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def token_value
  @token_value
end