Class: Aws::Types::GetRepositoryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def name
  @name
end

#provider ⇒ "GITHUB", ...

Returns the value of attribute provider.

Returns:

  • ("GITHUB", "GITHUB_ENTERPRISE", "BITBUCKET")


750
751
752
# File 'sig/types.rbs', line 750

def provider
  @provider
end