Class: Aws::Types::UpdatePackageGroupOriginConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackageGroupOriginConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_allowed_repositories ⇒ ::Array[Types::PackageGroupAllowedRepository]
Returns the value of attribute add_allowed_repositories.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#package_group ⇒ ::String
Returns the value of attribute package_group.
-
#remove_allowed_repositories ⇒ ::Array[Types::PackageGroupAllowedRepository]
Returns the value of attribute remove_allowed_repositories.
-
#restrictions ⇒ ::Hash[("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH"), ("ALLOW" | "ALLOW_SPECIFIC_REPOSITORIES" | "BLOCK" | "INHERIT")]
Returns the value of attribute restrictions.
Instance Attribute Details
#add_allowed_repositories ⇒ ::Array[Types::PackageGroupAllowedRepository]
Returns the value of attribute add_allowed_repositories.
942 943 944 |
# File 'sig/types.rbs', line 942 def add_allowed_repositories @add_allowed_repositories end |
#domain ⇒ ::String
Returns the value of attribute domain.
938 939 940 |
# File 'sig/types.rbs', line 938 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
939 940 941 |
# File 'sig/types.rbs', line 939 def domain_owner @domain_owner end |
#package_group ⇒ ::String
Returns the value of attribute package_group.
940 941 942 |
# File 'sig/types.rbs', line 940 def package_group @package_group end |
#remove_allowed_repositories ⇒ ::Array[Types::PackageGroupAllowedRepository]
Returns the value of attribute remove_allowed_repositories.
943 944 945 |
# File 'sig/types.rbs', line 943 def remove_allowed_repositories @remove_allowed_repositories end |
#restrictions ⇒ ::Hash[("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH"), ("ALLOW" | "ALLOW_SPECIFIC_REPOSITORIES" | "BLOCK" | "INHERIT")]
Returns the value of attribute restrictions.
941 942 943 |
# File 'sig/types.rbs', line 941 def restrictions @restrictions end |