Class: Aws::Types::GitHubRepositoryMetadata

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")


1138
1139
1140
# File 'sig/types.rbs', line 1138

def access_type
  @access_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def owner
  @owner
end

#provider_resource_id::String

Returns the value of attribute provider_resource_id.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def provider_resource_id
  @provider_resource_id
end