Class: Aws::Types::PackageGroupAllowedRepository

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#origin_restriction_type"EXTERNAL_UPSTREAM", ...

Returns the value of attribute origin_restriction_type.

Returns:

  • ("EXTERNAL_UPSTREAM", "INTERNAL_UPSTREAM", "PUBLISH")


675
676
677
# File 'sig/types.rbs', line 675

def origin_restriction_type
  @origin_restriction_type
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def repository_name
  @repository_name
end