Module: Aws::CodeArtifact::Client::_UpdatePackageGroupOriginConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePackageGroupOriginConfigurationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allowed_repository_updates ⇒ ::Hash[("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH"), ::Hash[("ADDED" | "REMOVED"), ::Array[::String]]]
- #package_group ⇒ Types::PackageGroupDescription
Instance Method Details
#allowed_repository_updates ⇒ ::Hash[("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH"), ::Hash[("ADDED" | "REMOVED"), ::Array[::String]]]
793 |
# File 'sig/client.rbs', line 793
def allowed_repository_updates: () -> ::Hash[("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH"), ::Hash[("ADDED" | "REMOVED"), ::Array[::String]]]
|
#package_group ⇒ Types::PackageGroupDescription
792 |
# File 'sig/client.rbs', line 792
def package_group: () -> Types::PackageGroupDescription
|