Class: Aws::Types::RegistryMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ecr_account_id::String

Returns the value of attribute ecr_account_id.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def 
  @ecr_account_id
end

#ecr_repository_prefix::String

Returns the value of attribute ecr_repository_prefix.

Returns:

  • (::String)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def ecr_repository_prefix
  @ecr_repository_prefix
end

#upstream_registry_url::String

Returns the value of attribute upstream_registry_url.

Returns:

  • (::String)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def upstream_registry_url
  @upstream_registry_url
end

#upstream_repository_prefix::String

Returns the value of attribute upstream_repository_prefix.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def upstream_repository_prefix
  @upstream_repository_prefix
end