Class: Aws::Types::PackageGroupOriginRestriction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#effective_mode"ALLOW", ...

Returns the value of attribute effective_mode.

Returns:

  • ("ALLOW", "ALLOW_SPECIFIC_REPOSITORIES", "BLOCK", "INHERIT")


699
700
701
# File 'sig/types.rbs', line 699

def effective_mode
  @effective_mode
end

#inherited_fromTypes::PackageGroupReference

Returns the value of attribute inherited_from.



700
701
702
# File 'sig/types.rbs', line 700

def inherited_from
  @inherited_from
end

#mode"ALLOW", ...

Returns the value of attribute mode.

Returns:

  • ("ALLOW", "ALLOW_SPECIFIC_REPOSITORIES", "BLOCK", "INHERIT")


698
699
700
# File 'sig/types.rbs', line 698

def mode
  @mode
end

#repositories_count::Integer

Returns the value of attribute repositories_count.

Returns:

  • (::Integer)


701
702
703
# File 'sig/types.rbs', line 701

def repositories_count
  @repositories_count
end