Class: Aws::Types::UpdatePackageGroupOriginConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH"), ("ALLOW" | "ALLOW_SPECIFIC_REPOSITORIES" | "BLOCK" | "INHERIT")])


941
942
943
# File 'sig/types.rbs', line 941

def restrictions
  @restrictions
end