Class: Aws::Types::GitLabRepositoryMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_type"PRIVATE", "PUBLIC"

Returns the value of attribute access_type.

Returns:

  • ("PRIVATE", "PUBLIC")


1166
1167
1168
# File 'sig/types.rbs', line 1166

def access_type
  @access_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def name
  @name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def namespace
  @namespace
end

#provider_resource_id::String

Returns the value of attribute provider_resource_id.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def provider_resource_id
  @provider_resource_id
end