Class: Aws::Types::GitLabConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_identifier::String

Returns the value of attribute instance_identifier.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def instance_identifier
  @instance_identifier
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def project_id
  @project_id
end

#project_path::String

Returns the value of attribute project_path.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def project_path
  @project_path
end

#runtime_role_arn::String

Returns the value of attribute runtime_role_arn.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def runtime_role_arn
  @runtime_role_arn
end