Class: Aws::Types::UpdatePackageGroupOriginConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackageGroupOriginConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_repository_updates ⇒ ::Hash[("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH"), ::Hash[("ADDED" | "REMOVED"), ::Array[::String]]]
Returns the value of attribute allowed_repository_updates.
-
#package_group ⇒ Types::PackageGroupDescription
Returns the value of attribute package_group.
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.
949 950 951 |
# File 'sig/types.rbs', line 949 def allowed_repository_updates @allowed_repository_updates end |
#package_group ⇒ Types::PackageGroupDescription
Returns the value of attribute package_group.
948 949 950 |
# File 'sig/types.rbs', line 948 def package_group @package_group end |