Class: Aws::Types::GitHubRepositoryResource

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)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def owner
  @owner
end