Class: Aws::Types::UpdatePackageGroupOriginConfigurationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_repository_updates::Hash[("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH"), ::Hash[("ADDED" | "REMOVED"), ::Array[::String]]]

Returns the value of attribute allowed_repository_updates.

Returns:

  • (::Hash[("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH"), ::Hash[("ADDED" | "REMOVED"), ::Array[::String]]])


949
950
951
# File 'sig/types.rbs', line 949

def allowed_repository_updates
  @allowed_repository_updates
end

#package_groupTypes::PackageGroupDescription

Returns the value of attribute package_group.



948
949
950
# File 'sig/types.rbs', line 948

def package_group
  @package_group
end