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)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def owner
  @owner
end